opps, MAKELONG fix

This commit is contained in:
jsorg71 2005-11-08 00:52:14 +00:00
parent 9655dff462
commit b6f36404b5
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ xrdp_cache_add_bitmap(struct xrdp_cache* self, struct xrdp_bitmap* bitmap)
self->bitmap_items[i][j].stamp = self->bitmap_stamp;
DEBUG(("found bitmap at %d %d\n\r", i, j));
xrdp_bitmap_delete(bitmap);
return MAKELONG(i, j);
return MAKELONG(j, i);
}
}
}