mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 04:03:47 +00:00
Fixing build bustage in editor.cpp
This commit is contained in:
parent
66f4d8f58f
commit
6e15fd87d8
@ -662,7 +662,12 @@ XP_Bool EDT_CheckPublishURL( MWContext *pContext, char *pURL)
|
||||
}
|
||||
XP_FREEIF(message);
|
||||
// Check for any other errors
|
||||
#ifdef XP_WIN
|
||||
return EDT_CheckPublishURL(pContext, ppURL);
|
||||
#else
|
||||
// TO MAC AND UNIX - DELETE THIS WHEN YOUR CALLS TO EDT_CheckPublishURL USE ppURL
|
||||
return EDT_CheckPublishURL(pContext, pURL);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
else if( xpStrId == XP_EDT_PUBLISH_NO_EXTENSION )
|
||||
|
Loading…
x
Reference in New Issue
Block a user