1
0
Fork 0
forked from len0rd/rockbox

No need to run a command here.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21395 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2009-06-20 14:34:27 +00:00
parent f81ce592e5
commit d79d239382

View file

@ -774,7 +774,7 @@ int main(int argc, char **argv)
sprintf(buffer, "convert tmp.pnm %s", filename);
system(buffer);
system("rm tmp.pnm");
remove("tmp.pnm");
}
}
}