projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2352f7f
)
bad sprintf
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 3 May 2002 13:46:33 +0000
(13:46 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 3 May 2002 13:46:33 +0000
(13:46 +0000)
rset/rstemp.c
patch
|
blob
|
history
diff --git
a/rset/rstemp.c
b/rset/rstemp.c
index
f650d10
..
173af35
100644
(file)
--- a/
rset/rstemp.c
+++ b/
rset/rstemp.c
@@
-3,7
+3,7
@@
* All rights reserved.
* Sebastian Hammer, Adam Dickmeiss
*
- * $Id: rstemp.c,v 1.31 2002-04-17 13:19:02 adam Exp $
+ * $Id: rstemp.c,v 1.32 2002-05-03 13:46:33 adam Exp $
*/
#include <fcntl.h>
@@
-141,7
+141,7
@@
static void r_flush (RSFD rfd, int mk)
if (info->temp_path)
sprintf (template, "%s/zrsXXXXXX", info->temp_path);
else
- sprintf (template, "zrsXXXXXX", info->temp_path);
+ sprintf (template, "zrsXXXXXX");
info->fd = mkstemp (template);