From 0064d2b465336e0648efc8a020b8427da9016124 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 3 May 2002 13:46:33 +0000 Subject: [PATCH] bad sprintf --- rset/rstemp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 1.7.10.4