/[pspp]/pspp/src/tab.c
ViewVC logotype

Diff of /pspp/src/tab.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by jmd, Fri Apr 29 01:02:16 2005 UTC revision 1.22 by blp, Tue May 17 05:46:39 2005 UTC
# Line 607  tab_float (struct tab_table *table, int Line 607  tab_float (struct tab_table *table, int
607    assert (r >= 0);    assert (r >= 0);
608    assert (r < table->nr);    assert (r < table->nr);
609    
610    f.type = FMT_F;    f = make_output_format (FMT_F, w, d);
   f.w = w;  
   f.d = d;  
611        
612  #if GLOBAL_DEBUGGING  #if GLOBAL_DEBUGGING
613    if (c + table->col_ofs < 0 || r + table->row_ofs < 0    if (c + table->col_ofs < 0 || r + table->row_ofs < 0

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26