X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=rset%2Frstemp.c;h=8b110b69b1c54fa53eb51aefdca3b8bb17a932b3;hb=9d840b825ab6011f2714bd4b4f81e453a3955a2d;hp=b492f0e5b1b23d890f91764105237090cc56af8a;hpb=5437b50633032595afe6f87dc0f989bc92a5aea8;p=idzebra-moved-to-github.git diff --git a/rset/rstemp.c b/rset/rstemp.c index b492f0e..8b110b6 100644 --- a/rset/rstemp.c +++ b/rset/rstemp.c @@ -1,6 +1,6 @@ -/* $Id: rstemp.c,v 1.55 2004-11-19 10:27:14 heikki Exp $ - Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003 - Index Data Aps +/* $Id: rstemp.c,v 1.57 2005-01-15 19:38:35 adam Exp $ + Copyright (C) 1995-2005 + Index Data ApS This file is part of the Zebra server. @@ -167,8 +167,8 @@ static void r_flush (RSFD rfd, int mk) if (!info->fname && mk) { -#if HAVE_MKSTEMP char template[1024]; +#if HAVE_MKSTEMP if (info->temp_path) sprintf (template, "%s/zrsXXXXXX", info->temp_path);