зеркало из https://github.com/mozilla/pjs.git
#define the lengths of the string constants, and use this instead of
PL_strlen()
This commit is contained in:
Родитель
72a54c5fb1
Коммит
e1fc414b66
|
@ -25,6 +25,9 @@
|
|||
static const char kNewsRootURI[] = "news:/";
|
||||
static const char kNewsMessageRootURI[] = "news_message:/";
|
||||
|
||||
#define kNewsRootURILen 6
|
||||
#define kNewsMessageRootURILen 14
|
||||
|
||||
extern nsresult
|
||||
nsGetNewsRoot(const char* hostname, nsFileSpec &result);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче