Increment j.

This commit is contained in:
David Reveman 2008-07-17 01:33:24 -04:00
parent 1c87f129eb
commit 7f01e9694c

View file

@ -1496,7 +1496,7 @@ dmxBESetWindowProperty (WindowPtr pWindow,
if (format[j] == '.')
j = 0;
dmxTranslateWindowProperty (pWindow, format[j], src, dst);
dmxTranslateWindowProperty (pWindow, format[j++], src, dst);
src += (pProp->format >> 3);
dst += (pProp->format >> 3);