mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 869836 - Fix bustage on Windows due to rebases. r=me
This commit is contained in:
parent
4f44033bc1
commit
7c52695765
@ -1455,7 +1455,7 @@ nsLocalFile::AppendInternal(const nsAFlatString& aNode,
|
||||
MakeDirty();
|
||||
|
||||
mWorkingPath.Append('\\');
|
||||
mWorkingPath.Append(node);
|
||||
mWorkingPath.Append(aNode);
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user