X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=rset%2Frstemp.c;h=173af35c670d4bef172686b1f0bcf2b8c92c0fa0;hb=cc9f94a61cbd9dcc0df0cf7d0c7c41d2cec88189;hp=f650d104263ba5100d4c8b7a41e7f4035b06d7e2;hpb=1f3396c47808ac26d212035cc4bf26d8ee68261a;p=idzebra-moved-to-github.git 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);