lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lynx-dev] minor patch for src/LYCharSets.c


From: Mikhail T.
Subject: [Lynx-dev] minor patch for src/LYCharSets.c
Date: Mon, 02 Jul 2007 16:37:36 -0400
User-agent: Thunderbird 2.0.0.4 (Windows/20070604)

Hello!

This is a minor patch, which makes sure, the correct entities.h is included. The file-name is common, and, depending on what else is installed on the building machine, a wrong file may be included -- as just happened on my machine. The patch makes the include more explicit:

--- src/LYCharSets.c    Sun Dec 18 17:52:30 2005
+++ src/LYCharSets.c    Mon Jul  2 16:10:40 2007
@@ -871,5 +871,5 @@
UCode_t HTMLGetEntityUCValue(const char *name)
{
-#include <entities.h>
+#include "chrtrans/entities.h"

    UCode_t value = 0;

Please, include it in the next (pre-)release. Thank you,

   -mi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]