Changeset 40549 for trunk/Ohana/src/checkastro
- Timestamp:
- Oct 20, 2018, 8:58:31 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/checkastro/src/load_catalogs.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/checkastro/src/load_catalogs.c
r38471 r40549 102 102 int TIME = time(NULL); 103 103 int PID = getpid(); 104 snprintf (uniquer, 12, "%05d.%05d", PID, TIME % 100000);104 snprintf_nowarn (uniquer, 12, "%05d.%05d", PID, TIME % 100000); 105 105 106 106 // load the list of hosts
Note:
See TracChangeset
for help on using the changeset viewer.
