From 367843f67d9c6bb9e0d7673bbcbe065a1bcc7880 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Wed, 11 Dec 2013 09:36:45 -0500 Subject: [PATCH] fix hex decoding --- debian/patches/sipwise/tcap.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/patches/sipwise/tcap.patch b/debian/patches/sipwise/tcap.patch index 9b4766a3d..55c9820b1 100644 --- a/debian/patches/sipwise/tcap.patch +++ b/debian/patches/sipwise/tcap.patch @@ -12,7 +12,7 @@ +include ../../Makefile.modules --- /dev/null +++ b/modules/tcap/tcap_mod.c -@@ -0,0 +1,294 @@ +@@ -0,0 +1,295 @@ +#include +#include +#include @@ -279,6 +279,7 @@ + break; + if (*pi != ' ') + goto error; ++ pi++; + } + + odd = raw[0] & 0x80;