[client] fixed crash when specifying the shmFile as a command

This commit is contained in:
Geoffrey McRae 2018-05-21 21:45:47 +10:00
parent e8b1b8fbdf
commit b8a1743d8f

View File

@ -1241,7 +1241,7 @@ int main(int argc, char * argv[])
for(;;) for(;;)
{ {
switch(getopt(argc, argv, "hC:fL:sc:p:jMvkg:o:anrdFx:y:w:b:Ql")) switch(getopt(argc, argv, "hC:f:L:sc:p:jMvkg:o:anrdFx:y:w:b:Ql"))
{ {
case '?': case '?':
case 'h': case 'h':