16 Mar
2005
16 Mar
'05
8:25 p.m.
Krzysztof Foltman <kfoltman(a)portal.onet.pl> writes:
@@ -3721,6 +3723,22 @@ else RTFRouteToken(info); /* "\*" is ignored with known destinations */ break; + case rtfUnicode: + { + WCHAR buf[2]; + buf[0] = info->rtfParam;
The indentation is messed up, it looks like you set your tabs to 2 spaces. You should *never* do that, a tab is 8 spaces. -- Alexandre Julliard julliard(a)winehq.org