WIN32 compile (again)
[idzebra-moved-to-github.git] / rset / rstemp.c
index 0ab65fc..f5e8e09 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.
  * Sebastian Hammer, Adam Dickmeiss
  *
- * $Id: rstemp.c,v 1.27 2002-02-20 17:30:01 adam Exp $
+ * $Id: rstemp.c,v 1.28 2002-03-14 18:41:59 adam Exp $
  */
 
 #include <fcntl.h>
@@ -126,7 +126,7 @@ static void r_flush (RSFD rfd, int mk)
 
     if (!info->fname && mk)
     {
-#if 1
+#if 0
         char template[1024];
 
         sprintf (template, "%s/zrsXXXXXX", info->temp_path);