projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
225cce6
)
*** empty log message ***
author
ayin
<ayin>
Tue, 23 Oct 2007 21:54:42 +0000
(21:54 +0000)
committer
ayin
<ayin>
Tue, 23 Oct 2007 21:54:42 +0000
(21:54 +0000)
src/misc.C
patch
|
blob
|
history
diff --git
a/src/misc.C
b/src/misc.C
index b2aef19d697f4c1b634bd167818861af9f99a028..4e56baff129108127ef4ea82149932e7948d7f5c 100644
(file)
--- a/
src/misc.C
+++ b/
src/misc.C
@@
-81,7
+81,7
@@
rxvt_wcstoutf8 (const wchar_t *str, int len)
*p++ = 0xc0 | ( w >> 6),
*p++ = 0x80 | ( w & 0x3f);
else if (w < 0x010000)
- *p++ = 0xe0 | ( w >> 12
),
+ *p++ = 0xe0 | ( w >> 12),
*p++ = 0x80 | ((w >> 6) & 0x3f),
*p++ = 0x80 | ( w & 0x3f);
else if (w < 0x110000)