mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-01 08:09:26 +00:00
Match proper type for PR_sscanf which has a signed return value.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user