Fixed typo (copy/paste).

git-svn-id: http://yate.null.ro/svn/yate/trunk@4846 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2012-02-07 12:38:17 +00:00
parent 6eee4dd672
commit de0f138a2d
2 changed files with 2 additions and 2 deletions

View File

@ -702,7 +702,7 @@ static unsigned char setDigits(SS7MSU& msu, const char* val, unsigned char nai,
else if ('D' == c)
n = 13;
else if ('E' == c)
n = 13;
n = 14;
else
continue;
odd = !odd;

View File

@ -647,7 +647,7 @@ static DataBlock* setDigits(const char* val)
else if ('D' == c)
n = 13;
else if ('E' == c)
n = 13;
n = 14;
else
continue;
odd = !odd;