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

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

PSPP-BUG: [bug #25947] psppire crashes on windows when add a new value o


From: John Darrington
Subject: PSPP-BUG: [bug #25947] psppire crashes on windows when add a new value on sheet
Date: Sat, 21 Mar 2009 01:10:55 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.6) Gecko/2009020409 Iceweasel/3.0.6 (Debian-3.0.6-1)

Follow-up Comment #4, bug #25947 (project pspp):

I suspect line 764 of src/data/data-out.c is behaving wierd on windows:

 r->integer_digits = strchr (r->string, '.') - r->string;

Try printing out (or examining with the debugger) the value of
r->integer_digits after this line.  Also, the individual values of r->string
and strchr (r->string, '.) might be interesting.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?25947>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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