mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 02:32:44 +03:00
Missing initialisation
This commit is contained in:
parent
01953378ac
commit
3e852daaf4
@ -798,7 +798,7 @@ static struct RDArgs *ami_gui_commandline(int *argc, char **argv, int *nargc, ch
|
||||
int new_argc = 1;
|
||||
struct RDArgs *args;
|
||||
CONST_STRPTR template = "-v/S,NSOPTS/M,URL/K,USERSDIR/K,FORCE/S";
|
||||
long rarray[] = {0,0,0,0};
|
||||
long rarray[] = {0,0,0,0,0};
|
||||
enum
|
||||
{
|
||||
A_VERBOSE, /* ignored */
|
||||
|
Loading…
Reference in New Issue
Block a user