diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2017-04-30 18:45:06 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2017-04-30 18:45:06 +0000 |
commit | 79de0ed75de47a025bfacb8c491cb5dcb9144c36 (patch) | |
tree | 13c3c0bf8fd3454438809755fa9b7140ae12d623 /src/HTML.c | |
parent | e878db685c213ee53b890b38ec5f2a0c92774a66 (diff) | |
download | lynx-snapshots-79de0ed75de47a025bfacb8c491cb5dcb9144c36.tar.gz |
snapshot of project "lynx", label v2-8-9dev_13a
Diffstat (limited to 'src/HTML.c')
-rw-r--r-- | src/HTML.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/HTML.c b/src/HTML.c index e74d2390..2053e53f 100644 --- a/src/HTML.c +++ b/src/HTML.c @@ -1,5 +1,5 @@ /* - * $LynxId: HTML.c,v 1.168 2016/11/24 18:18:18 tom Exp $ + * $LynxId: HTML.c,v 1.170 2017/04/30 18:45:06 tom Exp $ * * Structured stream to Rich hypertext converter * ============================================ @@ -4717,7 +4717,7 @@ static int HTML_start_element(HTStructured * me, int element_number, } CTRACE((tfp, "2.Ok, we're trying type=[%s] (present=%p)\n", NONNULL(I.type), - present)); + (const void *) present)); /* text+file don't go in here */ if ((UseALTasVALUE == TRUE) || (present && present[HTML_INPUT_VALUE] && |