Am Montag, 14. Mai 2012, 17:24:01 schrieb Matteo Bruni:
> -            CopyMemory(pos, messages, strlen(messages) + 1);
> +            memcpy(pos, messages, strlen(messages) + 1);
> ...
> -    if (shader == NULL)
> +    if (!shader)
This looks unrelated. The changes are OK, but should be in another patch.

Attachment: signature.asc
Description: This is a digitally signed message part.



Reply via email to