search for: mmove

Displaying 1 result from an estimated 1 matches for "mmove".

Did you mean: move
2010 Jun 19
0
[PATCH] mtools/syslinux.c: Silence warnings
...nux_ldlinux_len, mtp) @@ -313,7 +314,7 @@ int main(int argc, char *argv[]) /* This command may fail legitimately */ sprintf(command, "mattrib -h -r -s %s 2>/dev/null", target_file); - system(command); + ret = system(command); sprintf(command, "mmove -D o -D O s:/ldlinux.sys %s", target_file); status = system(command);