mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 23:39:51 +03:00
fix crash
svn path=/trunk/netsurf/; revision=13900
This commit is contained in:
parent
9b984e8b3f
commit
a44ead03cf
@ -1445,7 +1445,7 @@ void ami_gui_opts_use(void)
|
||||
switch(data)
|
||||
{
|
||||
case 0:
|
||||
nsoption_set_charp(use_pubscreen, NULL);
|
||||
nsoption_set_charp(use_pubscreen, strdup("\0"));
|
||||
break;
|
||||
|
||||
case 1:
|
||||
|
Loading…
Reference in New Issue
Block a user