Changeset 40549 for trunk/Ohana/src/relastro
- Timestamp:
- Oct 20, 2018, 8:58:31 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relastro/src/load_catalogs.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relastro/src/load_catalogs.c
r39926 r40549 144 144 145 145 if (PARALLEL_MANUAL && MANUAL_UNIQUER) { 146 snprintf (uniquer, 12, "%11s", MANUAL_UNIQUER);146 snprintf_nowarn (uniquer, 12, "%11s", MANUAL_UNIQUER); 147 147 } else { 148 snprintf (uniquer, 12, "%05d.%05d", PID, TIME % 100000);148 snprintf_nowarn (uniquer, 12, "%05d.%05d", PID, TIME % 100000); 149 149 } 150 150
Note:
See TracChangeset
for help on using the changeset viewer.
