Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 72770
Collapse All | Expand All

(-)mcs-1.0.5-orig/class/corlib/System.IO/Path.cs (-1 / +1 lines)
Lines 386-392 Link Here
386
			//if (root == path) return path;
386
			//if (root == path) return path;
387
				
387
				
388
			// STEP 3: split the directories, this gets rid of consecutative "/"'s
388
			// STEP 3: split the directories, this gets rid of consecutative "/"'s
389
			string [] dirs = path.Split (DirectorySeparatorChar, AltDirectorySeparatorChar);
389
			string [] dirs = path.Split (DirectorySeparatorChar);
390
			// STEP 4: Get rid of directories containing . and ..
390
			// STEP 4: Get rid of directories containing . and ..
391
			int target = 0;
391
			int target = 0;
392
			
392
			

Return to bug 72770