diff --git a/bwbar.zlib.h.patch b/bwbar.zlib.h.patch index 662e9f3..060ba80 100644 --- a/bwbar.zlib.h.patch +++ b/bwbar.zlib.h.patch @@ -8,3 +8,12 @@ void skipline(FILE *f) { +@@ -79,7 +80,7 @@ + if ( !info_ptr ) + goto barf; + +- if ( setjmp(png_ptr->jmpbuf) ) { ++ if ( setjmp(png_jmpbuf((png_ptr))) ) { + status = 1; + goto barf; /* libpng abort */ + }