Making string conversions explicit.
git-svn-id: svn://10.0.0.236/trunk@65179 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
e356508379
commit
d759391f64
@ -997,7 +997,7 @@ nsLocalFile::GetParent(nsIFile **aParent)
|
||||
|
||||
CHECK_mPath();
|
||||
|
||||
nsCString parentPath = nsAutoString(mPath);
|
||||
nsCString parentPath = NS_STATIC_CAST(const char*, mPath);
|
||||
|
||||
// check to see whether or not we need to cut off any trailing
|
||||
// slashes
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user