Changed %2 to %s in string format
This commit is contained in:
@@ -522,7 +522,7 @@ void startup ()
|
|||||||
|
|
||||||
int fd = mkstemp (tfilename);
|
int fd = mkstemp (tfilename);
|
||||||
if (fd == -1) {
|
if (fd == -1) {
|
||||||
uerror ("cannot create temporary file %2", tfilename);
|
uerror ("cannot create temporary file %s", tfilename);
|
||||||
} else {
|
} else {
|
||||||
close(fd);
|
close(fd);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user