RICHEDIT: RTF reader improvements and optimizations (synced to current CVS)

Alexandre Julliard julliard at winehq.org
Wed Mar 16 14:25:06 CST 2005


Krzysztof Foltman <kfoltman at 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 at winehq.org



More information about the wine-devel mailing list