summaryrefslogtreecommitdiffstats
path: root/ie.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ie.cpp')
-rw-r--r--ie.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ie.cpp b/ie.cpp
index b27920f..75b86f4 100644
--- a/ie.cpp
+++ b/ie.cpp
@@ -1521,7 +1521,7 @@ void Pdss1::dec_facility_centrex(unsigned char *p, Q931_info_t *qi, unsigned cha
UPRINT(debug+(j*3), " %02x", centrex[i+1+j]);
i++;
}
- add_trace("facility", "CENTREX", "unknown=0x%2x len=%d%s\n", centrex[i], centrex[i+1], debug);
+ add_trace("facility", "CENTREX", "unknown=0x%02x len=%d%s\n", centrex[i], centrex[i+1], debug);
}
i += 1+centrex[i+1];
}