# HG changeset patch # User diego # Date 1270396637 0 # Node ID e8b0797970b6fcd2aa51023c8501a27b44b0bfac # Parent d3f31670562d3d12b11525f60322c230f5613965 Revert marking m_option struct member as const. It is used for non-const things, so the original change was wrong. diff -r d3f31670562d -r e8b0797970b6 m_option.h --- a/m_option.h Sun Apr 04 11:45:05 2010 +0000 +++ b/m_option.h Sun Apr 04 15:57:17 2010 +0000 @@ -280,7 +280,7 @@ * use the priv field but this was inherited from older versions of the * config code. */ - const void *p; + void *p; /// Option type. const m_option_type_t* type;