Skip to content
Snippets Groups Projects
Commit 3fd2f729 authored by Joey Le's avatar Joey Le
Browse files

fixed it again

parent ee36545f
Branches
No related tags found
No related merge requests found
......@@ -198,7 +198,7 @@ int exec_local_cmd_loop() {
} else {
cmd_buff_t cmd;
if (build_cmd_buff(cmd_buff, &cmd) != OK) {
fprintf(stderr, "%s\n", CMD_ERR_EXECUTE);
fprintf(stderr, "%s\n", CMD_ERR_PIPE_LIMIT);
rc = ERR_MEMORY;
continue;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment