1
0
forked from aniani/vim

updated for version 7.0073

This commit is contained in:
Bram Moolenaar
2005-05-19 21:00:46 +00:00
parent 9c13b359b4
commit 051b782fa0
24 changed files with 121 additions and 135 deletions

View File

@@ -40,7 +40,8 @@ int main(int argc, char *argv[])
strcat(target, argp);
}
}
sprintf(cmd, "%s/output=tmp:errors.vim_tmp %s", mms, target);
vim_snprintf(cmd, sizeof(cmd), "%s/output=tmp:errors.vim_tmp %s",
mms, target);
system(cmd);
fpi = fopen("tmp:errors.vim_tmp", "r");
fpo = fopen(error_file, "w");