X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire.c;h=61042efe546cdedaf59470764312c6fa5e817361;hb=173d1687aea88e0e5e1b1d8615ed68ebefb15d08;hp=d75bff359b1d33aac4b0d8f177a259e47d014903;hpb=cef154921f6cdc07bc76edbe720036ab4c32bff8;p=pspp diff --git a/src/ui/gui/psppire.c b/src/ui/gui/psppire.c index d75bff359b..61042efe54 100644 --- a/src/ui/gui/psppire.c +++ b/src/ui/gui/psppire.c @@ -96,7 +96,7 @@ initialize (struct source_stream *ss, const char *data_file) preregister_widgets (); gsl_set_error_handler_off (); - settings_init (&viewer_width, &viewer_length); + settings_init (); fh_init (); the_dataset = create_dataset (); @@ -268,7 +268,7 @@ load_data_file (const char *arg) utf8 = g_locale_to_utf8 (arg, -1, NULL, &written, &err); if ( NULL == utf8) { - g_warning ("Cannot convert filename from local encoding \"%s\" to UTF-8: %s", + g_warning ("Cannot convert filename from local encoding `%s' to UTF-8: %s", local_encoding, err->message); g_clear_error (&err);