fixing MingW bustage
git-svn-id: svn://10.0.0.236/trunk@160379 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -586,9 +586,9 @@ net_NormalizeFileURL(const nsACString &aURL, nsCString &aResultBuf)
|
||||
aURL.BeginReading(beginIter);
|
||||
aURL.EndReading(endIter);
|
||||
|
||||
const char *begin = beginIter.get();
|
||||
const char *s, *begin = beginIter.get();
|
||||
|
||||
for (const char *s = begin; s != endIter.get(); ++s)
|
||||
for (s = begin; s != endIter.get(); ++s)
|
||||
{
|
||||
if (*s == '\\')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user