IpcServer: Fix off-by-one
This commit is contained in:
parent
88ee2383f7
commit
ba636bf0fc
@ -73,7 +73,7 @@ void IpcServer::spawnerNewConnection()
|
||||
stream << "invalid";
|
||||
return;
|
||||
}
|
||||
docOpen(args[0], args[2].toInt());
|
||||
docOpen(args[0], args[1].toInt());
|
||||
}
|
||||
if(command == FileOpen)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user