projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d742377
)
(STRDUP_LOWER): Don't ignore the tailing spaces.
author
handa
<handa>
Fri, 26 Jan 2007 05:23:53 +0000
(
05:23
+0000)
committer
handa
<handa>
Fri, 26 Jan 2007 05:23:53 +0000
(
05:23
+0000)
src/font-ft.c
patch
|
blob
|
history
diff --git
a/src/font-ft.c
b/src/font-ft.c
index
e21bed9
..
a1b24a6
100644
(file)
--- a/
src/font-ft.c
+++ b/
src/font-ft.c
@@
-137,7
+137,6
@@
static int all_fonts_scaned;
(s1) = alloca (len), (size) = len; \
for (p1 = (s1), p2 = (s2); *p2; p1++, p2++) \
*p1 = (*p2 >= 'A' && *p2 <= 'Z' ? *p2 + 'a' - 'A' : *p2); \
- while (p1 > (s1) && p1[-1] == ' ') p1--; \
*p1 = '\0'; \
} while (0)