]> git.pld-linux.org Git - packages/OpenSceneGraph.git/blame - giflib.patch
- updated sonames
[packages/OpenSceneGraph.git] / giflib.patch
CommitLineData
dc4bfa5c
JR
1--- OpenSceneGraph-3.3.2/src/osgPlugins/gif/ReaderWriterGIF.cpp~ 2013-06-03 16:04:02.000000000 +0200
2+++ OpenSceneGraph-3.3.2/src/osgPlugins/gif/ReaderWriterGIF.cpp 2014-10-29 20:57:05.905350113 +0100
3@@ -561,7 +561,7 @@
4 *width_ret = giffile->SWidth;
5 *height_ret = giffile->SHeight;
6 *numComponents_ret = 4;
7- DGifCloseFile(giffile);
8+ DGifCloseFile(giffile, &Error);
9 return buffer;
10 }
11
This page took 0.04174 seconds and 4 git commands to generate.