diff options
Diffstat (limited to 'multimedia/kino/files/patch-ar')
-rw-r--r-- | multimedia/kino/files/patch-ar | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/kino/files/patch-ar b/multimedia/kino/files/patch-ar new file mode 100644 index 00000000000..2f0285850b9 --- /dev/null +++ b/multimedia/kino/files/patch-ar @@ -0,0 +1,11 @@ +--- src/page_magick.h Mon Dec 15 20:24:16 2003 ++++ src/page_magick.h Fri Apr 9 17:07:58 2004 +@@ -41,7 +41,7 @@ + bool Open( char *file ); + void Close( ); + void *Find( char *symbol ); +- char *GetError( ); ++ const char *GetError( ); + }; + + /** Holds the complete collection of shared objects. |