Commit 71fd3865 authored by dimitri's avatar dimitri

Fixed typo in config option with could result in runtime error

parent e6a16d09
...@@ -147,7 +147,7 @@ QCString abbreviate(const char *s,const char *name) ...@@ -147,7 +147,7 @@ QCString abbreviate(const char *s,const char *name)
result=result.left(result.length()-1); result=result.left(result.length()-1);
// strip any predefined prefix // strip any predefined prefix
QStrList &briefDescAbbrev = Config_getList("ANNOTATION_FROM_BRIEF"); QStrList &briefDescAbbrev = Config_getList("ABBREVIATE_BRIEF");
const char *p = briefDescAbbrev.first(); const char *p = briefDescAbbrev.first();
while (p) while (p)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment