bad sprintf
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 3 May 2002 13:46:33 +0000 (13:46 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 3 May 2002 13:46:33 +0000 (13:46 +0000)
rset/rstemp.c

index f650d10..173af35 100644 (file)
@@ -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);