Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
1bc206d36b
  1. 2
      iguana/main.c

2
iguana/main.c

@ -1167,6 +1167,8 @@ void iguana_appletests(struct supernet_info *myinfo)
void iguana_commandline(struct supernet_info *myinfo,char *arg) void iguana_commandline(struct supernet_info *myinfo,char *arg)
{ {
cJSON *argjson; char *coinargs,*argstr; long filesize = 0; cJSON *argjson; char *coinargs,*argstr; long filesize = 0;
if ( arg == 0 )
arg = "iguana.conf";
if ( arg != 0 ) if ( arg != 0 )
{ {
if ( arg[0] == '"' && arg[1] == '{' ) if ( arg[0] == '"' && arg[1] == '{' )

Loading…
Cancel
Save