From bf9ea0cbb0562934c45170f94ebfe2ac609a44a8 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Sun, 26 Sep 2010 14:26:23 -0400 Subject: snapshot of project "lynx", label v2-8-8dev_5e --- WWW/Library/Implementation/HTMLDTD.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'WWW/Library/Implementation/HTMLDTD.c') diff --git a/WWW/Library/Implementation/HTMLDTD.c b/WWW/Library/Implementation/HTMLDTD.c index 78b29c25..833077f2 100644 --- a/WWW/Library/Implementation/HTMLDTD.c +++ b/WWW/Library/Implementation/HTMLDTD.c @@ -1,5 +1,5 @@ /* - * $LynxId: HTMLDTD.c,v 1.56 2008/09/18 22:29:24 tom Exp $ + * $LynxId: HTMLDTD.c,v 1.57 2010/09/25 00:30:56 tom Exp $ * * Our Static DTD for HTML * ----------------------- @@ -236,9 +236,9 @@ void HTSwitchDTD(int new_flag) HTML_ALL_ELEMENTS, (int) sizeof(HTTag))); if (new_flag) - memcpy(tags, tags_table1, HTML_ALL_ELEMENTS * sizeof(HTTag)); + MemCpy(tags, tags_table1, HTML_ALL_ELEMENTS * sizeof(HTTag)); else - memcpy(tags, tags_table0, HTML_ALL_ELEMENTS * sizeof(HTTag)); + MemCpy(tags, tags_table0, HTML_ALL_ELEMENTS * sizeof(HTTag)); } HTTag HTTag_unrecognized = -- cgit 1.4.1-2-gfad0