From bf364b7c7deabe95dea0cf62180cdbf36c7c2031 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Tue, 22 Nov 2005 23:51:50 +0000 Subject: More optimizations for msg parser etc. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@77 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/src/pjlib-test/string.c | 1 + 1 file changed, 1 insertion(+) (limited to 'pjlib/src') diff --git a/pjlib/src/pjlib-test/string.c b/pjlib/src/pjlib-test/string.c index fd94b03c..ba7c9144 100644 --- a/pjlib/src/pjlib-test/string.c +++ b/pjlib/src/pjlib-test/string.c @@ -103,6 +103,7 @@ static int stricmp_test(void) len=1; STRTEST( 0, "a",buf+0,-510); STRTEST( 0, "a",buf+1,-512); + STRTEST( -1, "0", "P", -514); /* equal, length=2 * use buffer to simulate non-aligned string. -- cgit v1.2.3