bug-gnu-pspp
[Top][All Lists]
Advanced

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

Re: R: PSPP-BUG: bug report


From: Ben Pfaff
Subject: Re: R: PSPP-BUG: bug report
Date: Sun, 11 Nov 2007 16:56:05 -0800
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Thank you for the bug report and the data file.  I have found and
fixed the bug.  If you compile PSPP from source, you can apply
the following patch to fix your copy, or you can obtain the
newest set of sources from the CVS tree:

--- sys-file-info.c     03 Nov 2007 13:48:35 -0800      1.34
+++ sys-file-info.c     11 Nov 2007 16:49:29 -0800      
@@ -423,7 +423,7 @@ display_variables (const struct variable
             {
               const char *label = var_get_label (v);
               tab_joint_text (t, 1, r, 2, r, TAB_LEFT,
-                              label != NULL ? "(no label)" : label);
+                              label == NULL ? "(no label)" : label);
             }
          if (as != AS_NAMES)
            {

"Gay" <address@hidden> writes:

> Dear mr. Pfaff,
> Thank you for your very valuable project!

>> pspp: src/output/table.c:637: tab_joint_text: Assertion `table != 
>> ((void *)0) && text != ((void *)0)' failed.
>> ******************************************************
>> You have discovered a bug in PSPP.  Please report this to 
>> address@hidden  Please include this entire message, *plus* 
>> several lines of output just above it.

-- 
Ben Pfaff 
http://benpfaff.org




reply via email to

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