X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire.c;h=34811473fb8f76cee46464bc142bd1ffe2a81685;hb=bcebdcd4f6c599d2c214fd3fa64d602f7df7be69;hp=36716f3a26b9a537d7ad3707965de7463c36e9be;hpb=b6493cbb201307a2a5d1ff840a8347d75548cb85;p=pspp diff --git a/src/ui/gui/psppire.c b/src/ui/gui/psppire.c index 36716f3a26..34811473fb 100644 --- a/src/ui/gui/psppire.c +++ b/src/ui/gui/psppire.c @@ -104,7 +104,7 @@ initialize (const char *data_file) /* Check to see if the file is a .sav or a .por file. If not assume that it is a syntax file */ if ( any_reader_may_open (filename)) - open_data_window (NULL, filename); + open_data_window (NULL, filename, NULL); else { create_data_window ();