fixed compile and runtime errors
This commit is contained in:
@@ -163,7 +163,7 @@ static HRESULT parse_cmdline(int argc, char *argv[], GLOBAL_CONFIG *parsed)
|
||||
}
|
||||
else
|
||||
{
|
||||
fprintf(stderr, "%s: no script specified\n", argv[0], c);
|
||||
fprintf(stderr, "%s: no script specified\n", argv[0]);
|
||||
return UPIWIN_E_NOSCRIPT;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user