diff options
Diffstat (limited to 'WWW/Library')
-rw-r--r-- | WWW/Library/Implementation/HTString.c | 2 | ||||
-rw-r--r-- | WWW/Library/Implementation/UCDefs.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/HTString.c b/WWW/Library/Implementation/HTString.c index 8174a059..b3b0115f 100644 --- a/WWW/Library/Implementation/HTString.c +++ b/WWW/Library/Implementation/HTString.c @@ -375,7 +375,7 @@ PRIVATE char * StrAllocVsprintf ARGS4( { size_t tmp_len = GROW_SIZE; size_t have, need; - char *tmp_ptr; + char *tmp_ptr = 0; char *fmt_ptr; char *dst_ptr = *pstr; diff --git a/WWW/Library/Implementation/UCDefs.h b/WWW/Library/Implementation/UCDefs.h index 0da30713..1e213abc 100644 --- a/WWW/Library/Implementation/UCDefs.h +++ b/WWW/Library/Implementation/UCDefs.h @@ -9,6 +9,7 @@ typedef struct _LYUCcharset { int UChndl; CONST char * MIMEname; int enc; + int codepage; /* parameters below are not used by chartrans mechanism, */ /* they describe some relationships against built-in Latin1 charset...*/ |