mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-03 04:14:20 +01:00
small fix
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user