- Timestamp:
- May 10, 2022, 10:16:29 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_dbIO.c
r564 r578 379 379 if (tmp) 380 380 SH_FREE(tmp); 381 /* do not strip newline twice... 381 382 if (len > 1) { 382 383 if (path[len-2] == '\n') 383 384 path[len-2] = '\0'; 384 385 } 386 ****/ 385 387 return path; 386 388 } … … 656 658 657 659 fullpath = unquote_path(line, i); 658 660 659 661 /* Read next record -- Part Three -- Linkpath 660 662 */
Note:
See TracChangeset
for help on using the changeset viewer.