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 02:05:20 +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 #9, bug #25947 (project pspp):

Can you try the following program compiled using mingw and testing
on your windows with your brazilian localisation:

include <stdio.h>
#include <locale.h>

int
main (int argc, char **argv)
{
 char x[100];
 setlocale (LC_NUMERIC, "C");
 sprintf (x, "%.*f", 5, 1.0);
 puts (x);
 return 0;
}


Tell me if it prints a dot or a comma.


    _______________________________________________________

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]