Bug 869836 - Fix bustage on Windows due to rebases. r=me

This commit is contained in:
Birunthan Mohanathas 2014-05-22 07:25:28 +03:00
parent 4f44033bc1
commit 7c52695765

View File

@ -1455,7 +1455,7 @@ nsLocalFile::AppendInternal(const nsAFlatString& aNode,
MakeDirty();
mWorkingPath.Append('\\');
mWorkingPath.Append(node);
mWorkingPath.Append(aNode);
return NS_OK;
}