gtk: fix crash recording dsm
This commit is contained in:
parent
7eb6b1694e
commit
32253d8a01
|
@ -734,7 +734,7 @@ static void RecordMovieDialog()
|
|||
switch(gtk_dialog_run(GTK_DIALOG(pFileSelection))) {
|
||||
case GTK_RESPONSE_OK:
|
||||
sPath = gtk_file_chooser_get_filename(GTK_FILE_CHOOSER(pFileSelection));
|
||||
FCEUI_SaveMovie(sPath,L"",0,NULL, FCEUI_MovieGetRTCDefault());
|
||||
FCEUI_SaveMovie(sPath,L"",0,"", FCEUI_MovieGetRTCDefault());
|
||||
g_free(sPath);
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue