pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/file-type.c


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/file-type.c
Date: Mon, 16 May 2005 03:33:37 -0400

Index: pspp/src/file-type.c
diff -u pspp/src/file-type.c:1.20 pspp/src/file-type.c:1.21
--- pspp/src/file-type.c:1.20   Sun May  8 20:55:05 2005
+++ pspp/src/file-type.c        Mon May 16 07:33:17 2005
@@ -450,8 +450,8 @@
              if (!lex_force_string ())
                goto error;
              rct->v[rct->nv].c = xmalloc (fty->record.nc + 1);
-             st_bare_pad_copy (rct->v[rct->nv].c, ds_c_str (&tokstr),
-                               fty->record.nc + 1);
+             buf_copy_str_rpad (rct->v[rct->nv].c, fty->record.nc + 1,
+                                 ds_c_str (&tokstr));
            }
          else
            {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]