Note to self: Flush mind before committing.

svn path=/branches/shell-experiments/; revision=64631
This commit is contained in:
David Quintana 2014-10-09 00:13:05 +00:00
parent 4adeeffd92
commit bd7fc320f2

View file

@ -1054,7 +1054,7 @@ cleanup:
return errCode; return errCode;
} }
// Thankfully, the // Thankfully, starting with NT4 the name mappings are always unicode, so no need to convert.
lpFileOp->hNameMappings = nFileOp.hNameMappings; lpFileOp->hNameMappings = nFileOp.hNameMappings;
lpFileOp->fAnyOperationsAborted = nFileOp.fAnyOperationsAborted; lpFileOp->fAnyOperationsAborted = nFileOp.fAnyOperationsAborted;
return retCode; return retCode;