From 8437d671f9c4c0fdd2d5d29f8741173391196e1c Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Sat, 29 Jul 2006 20:29:24 +0000 Subject: Another take at fixing 64bit problems. PJ_MAX_OBJ_NAME is increased to 32 chars (from 16), and check all those sprintf's especially the ones with "%p" format. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@635 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/include/pj/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pjlib/include') diff --git a/pjlib/include/pj/types.h b/pjlib/include/pj/types.h index cae418af..4d4086a1 100644 --- a/pjlib/include/pj/types.h +++ b/pjlib/include/pj/types.h @@ -279,7 +279,7 @@ typedef int pj_exception_id_t; /** * Length of object names. */ -#define PJ_MAX_OBJ_NAME 16 +#define PJ_MAX_OBJ_NAME 32 /* ************************************************************************* */ /* -- cgit v1.2.3