diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-11-18 19:45:34 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-11-18 19:45:34 -0500 |
commit | 6d7ee0488b037f002a9fec0d060cc9842d5f8acd (patch) | |
tree | 947d8962fbdfe63f615284c82cdf0cb2251861e5 /WWW/Library | |
parent | 2a2566112749f0e3f932004c1a9d8345a84b1fd0 (diff) | |
download | lynx-snapshots-6d7ee0488b037f002a9fec0d060cc9842d5f8acd.tar.gz |
snapshot of project "lynx", label v2-8-2dev_4
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...*/ |