Changeset 42389 for trunk/Ohana/src/imregister/detrend/output.c
- Timestamp:
- Feb 8, 2023, 12:17:35 PM (3 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/imregister/detrend/output.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
trunk/Ohana/src/imregister/detrend/output.c
r40501 r42389 148 148 } 149 149 bzero (key, 33); 150 strncpy (key, p, 32);150 strncpy_nowarn (key, p, 32); 151 151 if ((p = strrchr (key, '.')) != (char *) NULL) *p = 0; 152 152
Note:
See TracChangeset
for help on using the changeset viewer.
