mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
Sync with Wine-20040213:
Francois Gouget <[email protected]> Assorted spelling and case fixes. Alexandre Julliard: Moved a few remaining 16-bit definitions out of the standard headers. svn path=/trunk/; revision=8232
This commit is contained in:
@@ -3443,7 +3443,7 @@ REBAR_MoveBand (REBAR_INFO *infoPtr, WPARAM wParam, LPARAM lParam)
|
||||
/* save one to be moved */
|
||||
memcpy (&holder, &oldBands[uFrom], sizeof(REBAR_BAND));
|
||||
|
||||
/* close up rest of bands (psuedo delete) */
|
||||
/* close up rest of bands (pseudo delete) */
|
||||
if (uFrom < infoPtr->uNumBands - 1) {
|
||||
memcpy (&oldBands[uFrom], &oldBands[uFrom+1],
|
||||
(infoPtr->uNumBands - uFrom - 1) * sizeof(REBAR_BAND));
|
||||
|
||||
Reference in New Issue
Block a user