Index: trunk/src/sh_dbIO.c
===================================================================
--- trunk/src/sh_dbIO.c	(revision 577)
+++ trunk/src/sh_dbIO.c	(revision 578)
@@ -379,8 +379,10 @@
   if (tmp)
     SH_FREE(tmp);
+  /* do not strip newline twice...
   if (len > 1) {
     if (path[len-2] == '\n')
       path[len-2] = '\0';
   }
+  ****/
   return path;
 }
@@ -656,5 +658,5 @@
 
   fullpath = unquote_path(line, i);
-
+  
   /* Read next record -- Part Three -- Linkpath
    */
