Codebase list tigr-glimmer / 37e81ba
We need another patch, the build would not fail but the target is not complete otherwise Andreas Tille 14 years ago
2 changed file(s) with 12 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 tigr-glimmer (3.02-2) UNRELEASED; urgency=low
0 tigr-glimmer (3.02-2) unstable; urgency=low
11
22 * debian/control:
33 - Fixed Vcs-Svn (missing svn/)
1111
1212 p = strchr (CONVERSION_STRING, tolower (ch));
1313 if (p == NULL)
14 --- tigr-glimmer-3.02.orig/src/ICM/icm.cc
15 +++ tigr-glimmer-3.02/src/ICM/icm.cc
16 @@ -1983,7 +1983,7 @@
17 // model) for character ch .
18
19 {
20 - char * p;
21 + const char * p;
22
23 p = strchr (ALPHA_STRING, tolower (Filter (ch)));
24 if (p == NULL)