[OpenSER-Devel] [ openser-Bugs-1869154 ] [CPL] Bug in "CPL_tree.h": #define DISPALY_VAL
SourceForge.net
noreply at sourceforge.net
Tue Jan 15 17:21:19 UTC 2008
Bugs item #1869154, was opened at 2008-01-11 11:57
Message generated for change (Settings changed) made by bogdan_iancu
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1869154&group_id=139143
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: ver devel
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Iñaki Baz (ibc_sf)
>Assigned to: Bogdan-Andrei Iancu (bogdan_iancu)
Summary: [CPL] Bug in "CPL_tree.h": #define DISPALY_VAL
Initial Comment:
Hi, in modules/cpl-c/CPL_tree.h there is written "DISPALY_VAL" instead of "DISPLAY_VAL".
I attatch a patch:
---------------------------------------------------
--- CPL_tree.h 2007-10-24 12:34:05.000000000 +0200
+++ CPL_tree.h.new 2008-01-11 10:52:36.000000000 +0100
@@ -83,7 +83,7 @@
#define SUBJECT_VAL 0
#define ORGANIZATION_VAL 1
#define USER_AGENT_VAL 2
-#define DISPALY_VAL 3
+#define DISPLAY_VAL 3
/* attributes and values for LANGUAGE node */
#define MATCHES_TAG_ATTR 0
---------------------------------------------------
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=743020&aid=1869154&group_id=139143
More information about the Devel
mailing list