diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-04 12:51:30 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-04 12:51:30 +0000 |
commit | ce2aa5709592b4688512993db50e042a0c2e1731 (patch) | |
tree | c975c96bd106356327a8a23704d6aec91cee5a3c /sal/textenc/convertiso2022jp.c | |
parent | 65d230c0c13100ddec635ed8d96bc6812a5927c9 (diff) |
INTEGRATION: CWS ooo20031216 (1.3.198); FILE MERGED
2003/12/20 14:01:31 waratah 1.3.198.1: #i1858# correct some unitialised fields in code
Diffstat (limited to 'sal/textenc/convertiso2022jp.c')
-rw-r--r-- | sal/textenc/convertiso2022jp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/textenc/convertiso2022jp.c b/sal/textenc/convertiso2022jp.c index a0efec999e7d..5df268a183df 100644 --- a/sal/textenc/convertiso2022jp.c +++ b/sal/textenc/convertiso2022jp.c @@ -2,9 +2,9 @@ * * $RCSfile: convertiso2022jp.c,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: sb $ $Date: 2001-11-23 09:42:42 $ + * last change: $Author: hr $ $Date: 2004-02-04 13:51:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -147,7 +147,7 @@ sal_Size ImplConvertIso2022JpToUnicode(ImplTextConverterData const * pData, m_pJisX0208ToUnicodeData; ImplIso2022JpToUnicodeState eState = IMPL_ISO_2022_JP_TO_UNICODE_STATE_ASCII; - sal_uInt32 nRow; + sal_uInt32 nRow = 0; sal_uInt32 nInfo = 0; sal_Size nConverted = 0; sal_Unicode * pDestBufPtr = pDestBuf; |