X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Frd-bomb.c;h=dd5253bc259974f74f6cb4dcee38824b12328b5c;hp=071786a0511f85b05b16b54063cb190b1b49755a;hb=3f438031d610c7e15fd33876a879b97e290e05fb;hpb=447db08c956099b3b183886729108bf5b364c4b8 diff --git a/hacks/rd-bomb.c b/hacks/rd-bomb.c index 071786a0..dd5253bc 100644 --- a/hacks/rd-bomb.c +++ b/hacks/rd-bomb.c @@ -198,7 +198,8 @@ pixack_frame(char *pix_buf) int ii = i + 1; char *q = pix_buf + width * i; short *qq = ((short *) pix_buf) + width * i; - long *qqq = ((long *) pix_buf) + width * i; +/* long *qqq = ((long *) pix_buf) + width * i; -- crashes on Alpha */ + int *qqq = ((int *) pix_buf) + width * i; ushort *i1 = r1 + 1 + w2 * ii; ushort *i2 = r2 + 1 + w2 * ii; ushort *o1 = r1b + 1 + w2 * ii;