From 872e952d80b8c9e264ba63b52932bee2a58bfdd6 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Wed, 11 Dec 2013 09:54:31 -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 3b5bc176c..c24949614 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,295 @@ +@@ -0,0 +1,296 @@ +#include +#include +#include @@ -294,6 +294,7 @@ + *(pi++) = phone_digit(*pr & 0xf); + *(pi++) = phone_digit(*pr >> 4); + rawlen--; ++ pr++; + } + + if (odd)