IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 31, 2023, 5:15:33 PM (3 years ago)
Author:
eugene
Message:

converting various snprintf statements to snprintf_nowarn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20220316/Ohana/src/nightd/include/nightd.h

    r21153 r42345  
    33# include <errno.h>
    44
     5# define MY_MAX_PATH 256
     6
    57FILE *LogFile;
    68char *Program;
    79
    8 char logfile[256];
     10char logfile[MY_MAX_PATH];
    911char **MainCommand;
    1012char **InitCommand;
    1113char **DoneCommand;
    1214
    13 char TestCommand[256];
     15char TestCommand[MY_MAX_PATH];
    1416
    15 char DateStr[256];
    16 char TimeStr[256];
     17char DateStr[MY_MAX_PATH];
     18char TimeStr[MY_MAX_PATH];
    1719
    18 char PIDFile[256];
     20char PIDFile[MY_MAX_PATH];
    1921
    2022float NightStart;
Note: See TracChangeset for help on using the changeset viewer.