summaryrefslogtreecommitdiffstats
path: root/src/index.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2010-02-08 20:59:33 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2010-02-08 20:59:33 (GMT)
commitf22ba481afa686d1a834e056963f8d41621aba88 (patch)
tree267387c59c5c0c6c4623d616f7102d54600dfba9 /src/index.cpp
parent3eb607c72338237e65fc44562b153db7ce4e0ac9 (diff)
downloadDoxygen-f22ba481afa686d1a834e056963f8d41621aba88.zip
Doxygen-f22ba481afa686d1a834e056963f8d41621aba88.tar.gz
Doxygen-f22ba481afa686d1a834e056963f8d41621aba88.tar.bz2
Release-1.6.2-20100208
Diffstat (limited to 'src/index.cpp')
-rw-r--r--src/index.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.cpp b/src/index.cpp
index 70143f0..1d3a7d1 100644
--- a/src/index.cpp
+++ b/src/index.cpp
@@ -1203,7 +1203,7 @@ void writeAlphabeticalClassList(OutputList &ol)
if (cd->isLinkableInProject() && cd->templateMaster()==0)
{
int index = getPrefixIndex(cd->className());
- startLetter=toupper(cd->className().at(index));
+ startLetter=toupper(cd->className().at(index))&0xFF;
// Do some sorting again, since the classes are sorted by name with
// prefix, which should be ignored really.
classesByLetter[startLetter].inSort (cd);