changed mktempname prototype
[swftools.git] / lib / os.c
index 0e850ca..9c4e725 100755 (executable)
--- a/lib/os.c
+++ b/lib/os.c
@@ -161,7 +161,7 @@ static char* getTempDir()
     return dir;
 }
 
-char* mktempname(const char*ptr) {
+char* mktempname(char*ptr) {
     static char tmpbuf[128];
     char*dir = getTempDir();
     int l = strlen(dir);