Do not kill trailing spaces - breaks data list list where the last variable(s) on...
authorpjk <pjk>
Thu, 13 May 2004 18:57:57 +0000 (18:57 +0000)
committerpjk <pjk>
Thu, 13 May 2004 18:57:57 +0000 (18:57 +0000)
src/dfm.c

index 9f62029466b8c4072f06984c7d5176a55fe9b3d6..910bb32c160627cb421f2d53c2dfb16c12b48ec3 100644 (file)
--- a/src/dfm.c
+++ b/src/dfm.c
@@ -461,8 +461,8 @@ read_record (struct file_handle *h)
      reason, I'm sure.  I'm too scared to eliminate this code.  */
   if (handle_get_mode (h) == MODE_TEXT)
     {
-      while (ext->len && isspace ((unsigned char) ext->line[ext->len - 1]))
-       ext->len--;
+      /*      while (ext->len && isspace ((unsigned char) ext->line[ext->len - 1]))
+             ext->len--;*/
       
       /* Convert tabs to spaces. */