fixed vim bug

master v1.6.1
mananapr 5 years ago
parent a5b41d08cb
commit 361a7e40ed

@ -863,7 +863,7 @@ void openFile(char *filepath)
else
{
int status;
waitpid(-1, &status, 0);
waitpid(pid, &status, 0);
return;
}
}

Loading…
Cancel
Save