Skip to content

Commit 9d3073e

Browse files
author
S-Aoi
committed
>.<
1 parent 2df8a06 commit 9d3073e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

External/Plugins/AS3Context/Compiler/FlexShells.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ public void QuickBuild(FileModel theFile, string flex2Path, bool requireTag, boo
322322
}
323323
isPath = true;
324324
// remove quotes
325-
if (arg.StartsWith("\"") && arg.StartsWith("\""))
325+
if (arg.StartsWith("\"") && arg.EndsWith("\""))
326326
arg = arg.Substring(1, arg.Length - 2);
327327

328328
if (!arg.StartsWith("\\") && !Path.IsPathRooted(arg))

0 commit comments

Comments
 (0)