ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/init.C
(Generate patch)

Comparing rxvt-unicode/src/init.C (file contents):
Revision 1.280 by sf-exg, Sun Aug 29 17:58:54 2010 UTC vs.
Revision 1.281 by sf-exg, Sun Aug 29 18:12:55 2010 UTC

1292 { 1292 {
1293 rxvt_warn ("Loading image icon failed, continuing without.\n"); 1293 rxvt_warn ("Loading image icon failed, continuing without.\n");
1294 return; 1294 return;
1295 } 1295 }
1296 1296
1297 int w = im->width; 1297 unsigned int w = im->width;
1298 int h = im->height; 1298 unsigned int h = im->height;
1299 1299
1300 if (!IN_RANGE_INC (w, 1, 16383) || !IN_RANGE_INC (h, 1, 16383)) 1300 if (!IN_RANGE_INC (w, 1, 16383) || !IN_RANGE_INC (h, 1, 16383))
1301 { 1301 {
1302 rxvt_warn ("Icon image too big, continuing without.\n"); 1302 rxvt_warn ("Icon image too big, continuing without.\n");
1303 destroy_asimage (&im); 1303 destroy_asimage (&im);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines