X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpage-sheet-spec.c;h=451f0b1a2e5bea99b9a9ee90a10fd7e18b6c1621;hb=e339b2ca72d77a076566856e9357781d49cd983c;hp=20e17b37fcd6527d7c146f8abc1ad929463794de;hpb=09691dc4d67102153f02f9606b8710ac43d7964d;p=pspp diff --git a/src/ui/gui/page-sheet-spec.c b/src/ui/gui/page-sheet-spec.c index 20e17b37fc..451f0b1a2e 100644 --- a/src/ui/gui/page-sheet-spec.c +++ b/src/ui/gui/page-sheet-spec.c @@ -218,7 +218,7 @@ post_sheet_spec_page (struct import_assistant *ia) if ( convert_cell_ref (range, &col_start, &row_start, &col_stop, &row_stop)) { - ssp->opts.cell_range = range; + ssp->opts.cell_range = g_strdup (range); } ssp->opts.read_names = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (readnames_checkbox));