---
 memstream.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/memstream.c b/memstream.c
index ac3f31a..19875e9 100644
--- a/memstream.c
+++ b/memstream.c
@@ -36,8 +36,8 @@ memstream_init(struct memstream *memstream)
                                           &memstream->size);
 #else
        memstream->stream = tmpfile();
-#endif
        memstream->buf = NULL;
+#endif
        return memstream->stream != NULL ? 0 : -1;
 }
 
-- 
1.8.0



_______________________________________________
Ltrace-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/ltrace-devel

Reply via email to