[Ltrace-devel] [PATCH 1/1] Fix only first argument decoded on MIPS uClibc

Oliver Spornitz ospornit at rz-online.de
Sun Feb 10 15:30:45 UTC 2013


---
 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





More information about the Ltrace-devel mailing list