Match proper type for PR_sscanf which has a signed return value.

This commit is contained in:
Pale Moon
2017-03-14 09:33:21 +01:00
committed by roytam1
parent 578cd6a3c7
commit 418c035c1e
@@ -1409,7 +1409,7 @@ nsFtpState::R_pasv() {
// xxx,xxx,xxx,xxx,ppp,ppp (without parens)
int32_t h0, h1, h2, h3, p0, p1;
uint32_t fields = 0;
int32_t fields = 0;
// First try with parens
while (*ptr && *ptr != '(')
++ptr;