X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=ie.cpp;h=a2167035cc15250bb014959d4e682b007ded46d0;hp=236e49a1715f26da34d2e3a612d450cea2fa9d97;hb=0b71471f0de4aa2ab3e4925f41188abb420c2118;hpb=258c2e57a441f1fd8ed779bb2d88992aba3c1e65 diff --git a/ie.cpp b/ie.cpp index 236e49a..a216703 100644 --- a/ie.cpp +++ b/ie.cpp @@ -74,7 +74,8 @@ void Pdss1::dec_ie_complete(unsigned char *p, Q931_info_t *qi, int *complete) *complete = 1; } else #else - unsigned char *p = l3m->sending_complete; + // special case: p is not a pointer, it's a value + unsigned char p = l3m->sending_complete; #endif if (p) *complete = 1;