pspp-cvs
[Top][All Lists]
Advanced

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

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


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/tab.c
Date: Tue, 17 May 2005 01:46:48 -0400

Index: pspp/src/tab.c
diff -u pspp/src/tab.c:1.21 pspp/src/tab.c:1.22
--- pspp/src/tab.c:1.21 Fri Apr 29 01:02:16 2005
+++ pspp/src/tab.c      Tue May 17 05:46:39 2005
@@ -607,9 +607,7 @@
   assert (r >= 0);
   assert (r < table->nr);
 
-  f.type = FMT_F;
-  f.w = w;
-  f.d = d;
+  f = make_output_format (FMT_F, w, d);
   
 #if GLOBAL_DEBUGGING
   if (c + table->col_ofs < 0 || r + table->row_ofs < 0




reply via email to

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