diff options
| author | 2004-06-22 04:01:40 +0000 | |
|---|---|---|
| committer | 2004-06-22 04:01:40 +0000 | |
| commit | 72d775455159bd78b080f17ce2f4ca38323579c2 (patch) | |
| tree | 4035aad11d8a905e8262800add73c9948c651eda /gnu/usr.bin/lynx/WWW/Library/Implementation/HTMLDTD.c | |
| parent | The NAT-T drafts suggest we should drop incoming messages arriving on (diff) | |
| download | wireguard-openbsd-72d775455159bd78b080f17ce2f4ca38323579c2.tar.xz wireguard-openbsd-72d775455159bd78b080f17ce2f4ca38323579c2.zip | |
update to lynx 2.8.5rel.1
tested todd@,naddy@. millert@ deraadt@ ok
Diffstat (limited to 'gnu/usr.bin/lynx/WWW/Library/Implementation/HTMLDTD.c')
| -rw-r--r-- | gnu/usr.bin/lynx/WWW/Library/Implementation/HTMLDTD.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/lynx/WWW/Library/Implementation/HTMLDTD.c b/gnu/usr.bin/lynx/WWW/Library/Implementation/HTMLDTD.c index 09d3902333d..8264f7d8cf7 100644 --- a/gnu/usr.bin/lynx/WWW/Library/Implementation/HTMLDTD.c +++ b/gnu/usr.bin/lynx/WWW/Library/Implementation/HTMLDTD.c @@ -791,7 +791,7 @@ static attr object_attr[] = { /* OBJECT attributes */ { "USEMAP" T(h) }, { "VSPACE" T(N) }, { "WIDTH" T(N) }, - { 0 T(N) } /* Terminate list */ + { 0 T(N) } /* Terminate list */ }; static attr olist_attr[] = { /* OL attributes */ @@ -1663,7 +1663,8 @@ PUBLIC void HTSwitchDTD ARGS1( int, new_flag) { if (TRACE) - CTRACE((tfp,"HTMLDTD: Copying DTD element info of size %d, %d * %d\n", + CTRACE((tfp,"HTMLDTD: Copying %s DTD element info of size %d, %d * %d\n", + new_flag ? "strict" : "tagsoup", (int) (new_flag ? sizeof(tags_new) : sizeof(tags_old)), HTML_ALL_ELEMENTS, (int) sizeof(HTTag))); |
