commit | 67f7adebdea215a583df9536e874ecd1a4162c4e | [log] [tgz] |
---|---|---|
author | Oliver Spornitz <ospornit@rz-online.de> | Sun Feb 10 16:30:45 2013 +0100 |
committer | Petr Machata <pmachata@redhat.com> | Mon Feb 11 23:02:53 2013 +0100 |
tree | bb928a1d274b1d7a5287dd50070ec857088748cf | |
parent | 4c81bf1e99bfc0b148f7a50b4aeeb7d43b878b2f [diff] |
Fix only first argument decoded on MIPS uClibc
diff --git a/memstream.c b/memstream.c index ac3f31a..19875e9 100644 --- a/memstream.c +++ b/memstream.c
@@ -36,8 +36,8 @@ &memstream->size); #else memstream->stream = tmpfile(); -#endif memstream->buf = NULL; +#endif return memstream->stream != NULL ? 0 : -1; }