Bug 1402362 - modified NET_MAX_ADDRESS to have UINTPTR_MAX value. r=valentin

MozReview-Commit-ID: 4tPNMWypVFo

--HG--
extra : rebase_source : 8ef4e0960b8b3e3d9781aa5ed94d69a0073edb7a
This commit is contained in:
Andi-Bogdan Postelnicu 2017-09-27 15:09:29 +03:00
Родитель e23ced008f
Коммит f14dd577bb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -221,7 +221,7 @@ void net_ParseContentType(const nsACString &aHeaderStr,
/* inline versions */
/* remember the 64-bit platforms ;-) */
#define NET_MAX_ADDRESS (((char*)0)-1)
#define NET_MAX_ADDRESS ((char*)UINTPTR_MAX)
inline char *net_FindCharInSet(const char *str, const char *set)
{