|
|
|
@ -692,7 +692,7 @@ namespace ICSharpCode.Decompiler.CSharp.ProjectDecompiler
@@ -692,7 +692,7 @@ namespace ICSharpCode.Decompiler.CSharp.ProjectDecompiler
|
|
|
|
|
if (separateAtDots) |
|
|
|
|
currentSegmentLength = 0; |
|
|
|
|
} |
|
|
|
|
else if (treatAsFileName && (c == '/' || c == '\\') && currentSegmentLength > 0) |
|
|
|
|
else if (treatAsFileName && (c == '/' || c == '\\') && currentSegmentLength > 1) |
|
|
|
|
{ |
|
|
|
|
// if we treat this as a file name, we've started a new segment
|
|
|
|
|
b.Append(c); |
|
|
|
|