From: Adam Dickmeiss Date: Fri, 3 May 2002 13:46:33 +0000 (+0000) Subject: bad sprintf X-Git-Tag: ZEBRA.1.3.0~68 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=0064d2b465336e0648efc8a020b8427da9016124 bad sprintf --- diff --git a/rset/rstemp.c b/rset/rstemp.c index f650d10..173af35 100644 --- 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 @@ -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);