Krzysztof Foltman kfoltman@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.