diff options
Diffstat (limited to 'core/fpdfdoc/cpdf_interform.cpp')
-rw-r--r-- | core/fpdfdoc/cpdf_interform.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fpdfdoc/cpdf_interform.cpp b/core/fpdfdoc/cpdf_interform.cpp index 50db639a4f..e42095c048 100644 --- a/core/fpdfdoc/cpdf_interform.cpp +++ b/core/fpdfdoc/cpdf_interform.cpp @@ -717,7 +717,7 @@ ByteString CPDF_InterForm::GenerateNewResourceName( if (m < iCount) csTmp += csStr[m++]; else - bsNum.Format("%d", num++); + bsNum = ByteString::Format("%d", num++); m++; } |