Changeset 40549 for trunk/Ohana/src/uniphot/src/update_dvo_fiximids.c
- Timestamp:
- Oct 20, 2018, 8:58:31 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/uniphot/src/update_dvo_fiximids.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/uniphot/src/update_dvo_fiximids.c
r38986 r40549 86 86 int TIME = time(NULL); 87 87 int PID = getpid(); 88 snprintf (uniquer, 12, "%05d.%05d", PID, TIME % 100000);88 snprintf_nowarn (uniquer, 12, "%05d.%05d", PID, TIME % 100000); 89 89 90 90 // write out the subset table of image information
Note:
See TracChangeset
for help on using the changeset viewer.
