From 13b197ff5ba6dd94b9b03dc4a42f906048cba1cc Mon Sep 17 00:00:00 2001 From: kojima Date: Sat, 26 Feb 2000 15:03:08 +0000 Subject: [PATCH] *** empty log message *** --- src/properties.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/properties.c b/src/properties.c index 885b78b2..598b349e 100644 --- a/src/properties.c +++ b/src/properties.c @@ -232,7 +232,7 @@ PropSetIconTileHint(WScreen *scr, RImage *image) tmp[3] = image->height&0xff; if (image->format == RRGBAFormat) { - memcpy(image->data, &tmp[4], image->width*image->height*4); + memcpy(&tmp[4], image->data, image->width*image->height*4); } else { char *ptr = tmp+4; char *src = image->data; -- 2.11.4.GIT