- Timestamp:
- Feb 8, 2023, 12:17:35 PM (3 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/addstar/src/loadukirt_uhs_readstars_ugps.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
trunk/Ohana/src/addstar/src/loadukirt_uhs_readstars_ugps.c
r42131 r42389 379 379 // why do I need to copy temp here, does gprint modify the value of temp? 380 380 char temp[32]; 381 strncpy (temp, c0, 32); 382 temp[31] = 0; 381 strncpy_nowarn (temp, c0, 31); 383 382 gprint (GP_ERR, "skip line %s\n\n", temp); 384 383 }
Note:
See TracChangeset
for help on using the changeset viewer.
