Changeset 40549 for trunk/Ohana/src/relphot
- Timestamp:
- Oct 20, 2018, 8:58:31 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relphot/src/load_catalogs.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relphot/src/load_catalogs.c
r39641 r40549 117 117 118 118 if (PARALLEL_MANUAL && MANUAL_UNIQUER) { 119 snprintf (uniquer, 12, "%11s", MANUAL_UNIQUER);119 snprintf_nowarn (uniquer, 12, "%11s", MANUAL_UNIQUER); 120 120 } else { 121 snprintf (uniquer, 12, "%05d.%05d", PID, TIME % 100000);121 snprintf_nowarn (uniquer, 12, "%05d.%05d", PID, TIME % 100000); 122 122 } 123 123
Note:
See TracChangeset
for help on using the changeset viewer.
