Fix "warning: pointer targets in assignment differ in signedness".

This commit is contained in:
Eamon Walsh 2008-06-13 21:05:26 -04:00 committed by Eamon Walsh
parent 17ed6242e7
commit c448460fdc

View File

@ -277,7 +277,7 @@ GetMotionHistory(DeviceIntPtr pDev, xTimecoord **buff, unsigned long start,
int size;
int dflt;
AxisInfo from, *to; /* for scaling */
CARD32 *ocbuf, *icbuf; /* pointer to coordinates for copying */
INT32 *ocbuf, *icbuf; /* pointer to coordinates for copying */
INT16 *corebuf;
AxisInfo core_axis = {0};