Changeset 578 for trunk/src/sh_dbIO.c


Ignore:
Timestamp:
May 10, 2022, 10:16:29 PM (2 years ago)
Author:
katerina
Message:

Fix for ticket #466 (double newline stripping).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_dbIO.c

    r564 r578  
    379379  if (tmp)
    380380    SH_FREE(tmp);
     381  /* do not strip newline twice...
    381382  if (len > 1) {
    382383    if (path[len-2] == '\n')
    383384      path[len-2] = '\0';
    384385  }
     386  ****/
    385387  return path;
    386388}
     
    656658
    657659  fullpath = unquote_path(line, i);
    658 
     660 
    659661  /* Read next record -- Part Three -- Linkpath
    660662   */
Note: See TracChangeset for help on using the changeset viewer.