mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 09:19:28 +00:00
bug 127419 r=rayw sr=jst a=asa
fix build warning in nsDefaultSOAPEncoder.cpp
This commit is contained in:
parent
3e2d26665b
commit
5bf129fe8c
@ -2798,7 +2798,7 @@ NS_IMETHODIMP
|
||||
PRInt32 p;\
|
||||
if (nsSOAPUtils::GetAttribute(aEncoding, aSource, nsSOAPUtils::kSOAPEncURI,\
|
||||
kSOAPArrayPositionAttribute, pos)) {\
|
||||
PRInt32 p = DecodeArrayPosition(pos, dimensionCount, dimensionSizes);\
|
||||
p = DecodeArrayPosition(pos, dimensionCount, dimensionSizes);\
|
||||
if (p == -1) {\
|
||||
rc = NS_ERROR_ILLEGAL_VALUE;\
|
||||
break;\
|
||||
|
@ -2798,7 +2798,7 @@ NS_IMETHODIMP
|
||||
PRInt32 p;\
|
||||
if (nsSOAPUtils::GetAttribute(aEncoding, aSource, nsSOAPUtils::kSOAPEncURI,\
|
||||
kSOAPArrayPositionAttribute, pos)) {\
|
||||
PRInt32 p = DecodeArrayPosition(pos, dimensionCount, dimensionSizes);\
|
||||
p = DecodeArrayPosition(pos, dimensionCount, dimensionSizes);\
|
||||
if (p == -1) {\
|
||||
rc = NS_ERROR_ILLEGAL_VALUE;\
|
||||
break;\
|
||||
|
Loading…
x
Reference in New Issue
Block a user