bug 330727 add BeOS to XP_UNIX ifdef to allow entering local paths in the
urlbar directly r=sergei_d sr=darin a=darin git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@192788 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -467,7 +467,7 @@ nsresult nsDefaultURIFixup::ConvertFileToStringURI(const nsACString& aIn,
|
||||
{
|
||||
attemptFixup = PR_TRUE;
|
||||
}
|
||||
#elif XP_UNIX
|
||||
#elif defined(XP_UNIX) || defined(XP_BEOS)
|
||||
// Check if it starts with / (UNIX)
|
||||
if(aIn.First() == '/')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user