forked from pool/perl-Prima
Fix build failure in Factory OBS-URL: https://build.opensuse.org/request/show/123314 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Prima?expand=0&rev=18
13 lines
305 B
Diff
13 lines
305 B
Diff
diff -ur Prima-1.34.orig/img/codec_tiff.c Prima-1.34/img/codec_tiff.c
|
|
--- Prima-1.34.orig/img/codec_tiff.c 2012-05-24 09:30:17.000000000 +0200
|
|
+++ Prima-1.34/img/codec_tiff.c 2012-06-02 23:54:05.000000000 +0200
|
|
@@ -584,6 +584,8 @@
|
|
(f << 24)
|
|
;
|
|
}
|
|
+
|
|
+ return true;
|
|
}
|
|
|
|
static Bool
|