added patchfile for previous commit

This commit is contained in:
Ondrej Vasik 2007-08-09 08:54:04 +00:00
parent b8e0eff4c2
commit efaa04d60f

View File

@ -0,0 +1,11 @@
--- elinks-0.11.3/src/encoding/encoding.c.macropen
+++ elinks-0.11.3/src/encoding/encoding.c
@@ -117,7 +117,7 @@
if (!stream) return NULL;
stream->encoding = encoding;
- if (decoding_backends[stream->encoding]->open(stream, fd) >= 0)
+ if ((decoding_backends[stream->encoding]->open)(stream, fd) >= 0)
return stream;
mem_free(stream);