Merge branch 'master' into rewrite-sheet
[pspp-builds.git] / src / data / settings.c
index 5b791dc2e130b832bec51d31c79353f5fd2a4dc6..ad509fb028059a6c6d3af86445a1bdb9e744ce08 100644 (file)
@@ -125,7 +125,7 @@ static struct settings the_settings = {
     /* endcmd */
   '.',
     /* workspace */
-  4L * 1024 * 1024,
+  64L * 1024 * 1024,
     /* default_format */
   {FMT_F, 8, 2},
     /* testing_mode */
@@ -149,6 +149,8 @@ settings_init (int *width, int *length)
   settings_set_epoch (-1);
   i18n_init ();
   the_settings.styles = fmt_create ();
+
+  settings_set_decimal_char (get_system_decimal ());
 }
 
 void