dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/image member.c,1.24,1.25


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/image member.c,1.24,1.25
Date: Fri, 09 May 2003 05:34:35 -0400

Update of /cvsroot/dotgnu-pnet/pnet/image
In directory subversions:/tmp/cvs-serv29826/image

Modified Files:
        member.c 
Log Message:
Allow parameters with NULL names


Index: member.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/image/member.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** member.c    6 May 2003 09:53:21 -0000       1.24
--- member.c    9 May 2003 09:34:33 -0000       1.25
***************
*** 979,983 ****
        /* Convert the parameter name into a persistent string */
        param->name = _ILContextPersistString(image, name);
!       if(!(param->name))
        {
                return 0;
--- 979,986 ----
        /* Convert the parameter name into a persistent string */
        param->name = _ILContextPersistString(image, name);
! 
!       /* Check persistent string only if name is not NULL and paramNum is
!        * not Zero (retval) */
!       if(name && paramNum && !(param->name))
        {
                return 0;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]