mirror of
https://github.com/classilla/tenfourfox.git
synced 2026-04-20 14:16:49 +00:00
#440: xpcom/
This commit is contained in:
@@ -60,6 +60,9 @@
|
||||
#include "prmem.h"
|
||||
#include "plbase64.h"
|
||||
|
||||
#include "mozilla-config.h"
|
||||
#include "plvmx.h"
|
||||
|
||||
static nsresult MacErrorMapper(OSErr inErr);
|
||||
#endif
|
||||
|
||||
@@ -334,7 +337,7 @@ nsLocalFile::CreateAllAncestors(uint32_t aPermissions)
|
||||
fprintf(stderr, "nsIFile: before: %s\n", buffer);
|
||||
#endif
|
||||
|
||||
while ((slashp = strchr(slashp + 1, '/'))) {
|
||||
while ((slashp = VMX_STRCHR(slashp + 1, '/'))) {
|
||||
/*
|
||||
* Sequences of '/' are equivalent to a single '/'.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user