pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/src/language/data-io ChangeLog print-space.c


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/src/language/data-io ChangeLog print-space.c
Date: Wed, 01 Nov 2006 02:22:35 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 06/11/01 02:22:35

Modified files:
        src/language/data-io: ChangeLog print-space.c 

Log message:
        Tue Oct 31 18:21:48 2006  Ben Pfaff  <address@hidden>
        
                * print-space.c (print_space_trns_proc): Let dfm_put_record add
                the new-line character, to match dfm_put_record change below.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/data-io/ChangeLog?cvsroot=pspp&r1=1.29&r2=1.30
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/data-io/print-space.c?cvsroot=pspp&r1=1.5&r2=1.6

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/data-io/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- ChangeLog   29 Oct 2006 00:01:53 -0000      1.29
+++ ChangeLog   1 Nov 2006 02:22:35 -0000       1.30
@@ -1,3 +1,8 @@
+Tue Oct 31 18:21:48 2006  Ben Pfaff  <address@hidden>
+
+       * print-space.c (print_space_trns_proc): Let dfm_put_record add
+       the new-line character, to match dfm_put_record change below.
+
 Sat Oct 28 11:57:19 2006  Ben Pfaff  <address@hidden>
 
        * data-writer.c (struct dfm_writer): Removed `bounce' member, and

Index: print-space.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/language/data-io/print-space.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- print-space.c       26 Oct 2006 06:16:36 -0000      1.5
+++ print-space.c       1 Nov 2006 02:22:35 -0000       1.6
@@ -125,7 +125,7 @@
     if (trns->writer == NULL)
       som_blank_line ();
     else
-      dfm_put_record (trns->writer, "\n", 1);
+      dfm_put_record (trns->writer, " ", 1);
 
   if (trns->writer != NULL && dfm_write_error (trns->writer))
     return TRNS_ERROR;




reply via email to

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