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

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

[Dotgnu-pnet-commits] CVS: pnet/cscc/common cc_options.c,1.8,1.9


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/cscc/common cc_options.c,1.8,1.9
Date: Tue, 17 Dec 2002 01:40:07 -0500

Update of /cvsroot/dotgnu-pnet/pnet/cscc/common
In directory subversions:/tmp/cvs-serv29135/cscc/common

Modified Files:
        cc_options.c 
Log Message:


CCAddPathStrings: bail out if the path specification is NULL.


Index: cc_options.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/cscc/common/cc_options.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** cc_options.c        17 Dec 2002 05:36:05 -0000      1.8
--- cc_options.c        17 Dec 2002 06:40:02 -0000      1.9
***************
*** 153,156 ****
--- 153,162 ----
        }
  
+       /* Bail out if no main path */
+       if(!path)
+       {
+               return;
+       }
+ 
        /* Attempt to discover the correct path separator to use */
  #ifdef IL_WIN32_PLATFORM




reply via email to

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