all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 9efc339b45e4839db7e656fec5a6d7f50493239d 767 bytes (raw)
name: gnu/packages/patches/libjxr-fix-function-signature.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
 
Description: Fix function signature
Author: Mathieu Malaterre <malat@debian.org>
Origin: upstream, https://jxrlib.codeplex.com/SourceControl/changeset/04cf339385b8196f98025b43a366a0790deac994
Bug-Debian: http://bugs.debian.org/748590

--- jxrlib-1.1.orig/image/decode/JXRTranscode.c
+++ jxrlib-1.1/image/decode/JXRTranscode.c
@@ -47,7 +47,7 @@ EXTERN_C Void FreeCodingContextDec(CWMIm
 EXTERN_C Int StrEncInit(CWMImageStrCodec *);
 EXTERN_C Void StrIOEncTerm(CWMImageStrCodec *);
 EXTERN_C Void FreeCodingContextEnc(CWMImageStrCodec *);
-EXTERN_C Void encodeMB(CWMImageStrCodec *, Int, Int);
+EXTERN_C Int encodeMB(CWMImageStrCodec *, Int, Int);
 EXTERN_C Int  writeIndexTableNull(CWMImageStrCodec *);
 EXTERN_C Void writePacketHeader(BitIOInfo *, U8, U8);
 

debug log:

solving 9efc339 ...
found 9efc339 in https://yhetil.org/guix/87eg39qvjh.fsf@openmailbox.org/

applying [1/1] https://yhetil.org/guix/87eg39qvjh.fsf@openmailbox.org/
diff --git a/gnu/packages/patches/libjxr-fix-function-signature.patch b/gnu/packages/patches/libjxr-fix-function-signature.patch
new file mode 100644
index 0000000..9efc339

1:15: trailing whitespace.
 EXTERN_C Int StrEncInit(CWMImageStrCodec *);\r
1:16: trailing whitespace.
 EXTERN_C Void StrIOEncTerm(CWMImageStrCodec *);\r
1:17: trailing whitespace.
 EXTERN_C Void FreeCodingContextEnc(CWMImageStrCodec *);\r
1:18: trailing whitespace.
-EXTERN_C Void encodeMB(CWMImageStrCodec *, Int, Int);\r
1:19: trailing whitespace.
+EXTERN_C Int encodeMB(CWMImageStrCodec *, Int, Int);\r
Checking patch gnu/packages/patches/libjxr-fix-function-signature.patch...
Applied patch gnu/packages/patches/libjxr-fix-function-signature.patch cleanly.
warning: squelched 4 whitespace errors
warning: 9 lines add whitespace errors.

index at:
100644 9efc339b45e4839db7e656fec5a6d7f50493239d	gnu/packages/patches/libjxr-fix-function-signature.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.