projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
965d82c
)
Do not kill trailing spaces - breaks data list list where the last variable(s) on...
author
pjk
<pjk>
Thu, 13 May 2004 18:57:57 +0000
(18:57 +0000)
committer
pjk
<pjk>
Thu, 13 May 2004 18:57:57 +0000
(18:57 +0000)
src/dfm.c
patch
|
blob
|
history
diff --git
a/src/dfm.c
b/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. */