X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdfm.c;h=910bb32c160627cb421f2d53c2dfb16c12b48ec3;hb=1aaf5919aa5709fa6cfa710652143635a68bdbfb;hp=9f62029466b8c4072f06984c7d5176a55fe9b3d6;hpb=1c7efcb9a47f141c7bb6a50def0bb88dbaa0c38f;p=pspp-builds.git diff --git a/src/dfm.c b/src/dfm.c index 9f620294..910bb32c 100644 --- 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. */