1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-03 04:14:20 +01:00

small fix

This commit is contained in:
kojima
2000-01-21 21:25:41 +00:00
parent 58ca0c2824
commit a2ae76e274

View File

@@ -49,13 +49,10 @@ int main(int argc, char **argv)
img = RScaleImage(img, img->width*atof(argv[2]),
img->height*atof(argv[2]));
}
{int i;
for (i=0; i<10;i++)
if (!RConvertImage(ctx, img, &pix)) {
puts(RMessageForError(RErrorCode));
exit(1);
}
}
printf("%ix%i\n", img->width, img->height);