mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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:
parent
f81ce592e5
commit
d79d239382
1 changed files with 1 additions and 1 deletions
|
@ -774,7 +774,7 @@ int main(int argc, char **argv)
|
||||||
|
|
||||||
sprintf(buffer, "convert tmp.pnm %s", filename);
|
sprintf(buffer, "convert tmp.pnm %s", filename);
|
||||||
system(buffer);
|
system(buffer);
|
||||||
system("rm tmp.pnm");
|
remove("tmp.pnm");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue