/[classpath]/classpath/gnu/java/io/PlatformHelper.java
ViewVC logotype

Diff of /classpath/gnu/java/io/PlatformHelper.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4.2.1 by gnu_andrew, Tue Aug 2 20:12:09 2005 UTC revision 1.4.2.2 by gnu_andrew, Sun Nov 27 21:00:36 2005 UTC
# Line 109  public class PlatformHelper Line 109  public class PlatformHelper
109      String tmppath = path.replace('/', separatorChar);      String tmppath = path.replace('/', separatorChar);
110      StringBuffer canonpath;      StringBuffer canonpath;
111    
     // We found it'll be more efficient and easy to handle to  
     // return a lowercased canonical path  
     if(isWindows)  
       tmppath = tmppath.toLowerCase();  
   
112      int i;      int i;
113    
114      if ((i = beginWithRootPathPrefix(tmppath)) == 0 )      if ((i = beginWithRootPathPrefix(tmppath)) == 0 )

Legend:
Removed from v.1.4.2.1  
changed lines
  Added in v.1.4.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26