@@ -95,7 +95,7 @@ char* parse_cmd(const char *cmd, file *f){
i++;
}
out = malloc(strlen(cmd) + 1 + (strlen(f->file_name)+(count*3)) + 1);
out = malloc(strlen(cmd) + 1 + (strlen(f->file_name)+(count*3)) + 3);
pos = out;
if (offset) {
The note is not visible to the blocked user.