fix proper display of meta digit in log lines

This commit is contained in:
Anthony Minessale 2011-01-24 12:18:02 -06:00
parent 6e4c30ea37
commit a8f5bf60a8
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ static inline char switch_itodtmf(char i)
r = i + 55;
}
return r;
return r + 48;
}
static inline int switch_dtmftoi(char *s)