[svn-commits] mattf: trunk r16 - /trunk/isup.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Fri Aug 18 08:43:48 MST 2006


Author: mattf
Date: Fri Aug 18 10:43:48 2006
New Revision: 16

URL: http://svn.digium.com/view/libss7?rev=16&view=rev
Log:
Make sure we terminate the number after we get the ST character.

Modified:
    trunk/isup.c

Modified: trunk/isup.c
URL: http://svn.digium.com/view/libss7/trunk/isup.c?rev=16&r1=15&r2=16&view=diff
==============================================================================
--- trunk/isup.c (original)
+++ trunk/isup.c Fri Aug 18 10:43:48 2006
@@ -132,7 +132,7 @@
 		case '9':
 			return 9;
 		case '*':
-			return 0xf;
+			return '\0';
 		default:
 			return 0;
 	}



More information about the svn-commits mailing list