|
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:26:58 +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 #5, bug #25947 (project pspp): I see now it's a i18n issue. Your string "1,000" contains no '.' so strchr (r->string, '.') will return NULL. Hence strchr (r->string, '.') - r->string is negative. I wonder why this hasn't happened before? _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?25947> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |