X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fdevices%2Ffile.c;h=e8cd97342d61cbebca1ba5becbc2be051591ff89;hp=3b83c290d6efbf4424701d63e4595094cc76d12a;hb=50dfb884ef98074f52053bd3c7d2333a87f976ad;hpb=6c57ecca765b5e7bd6c28f35379b17734ed02241 diff --git a/lib/devices/file.c b/lib/devices/file.c index 3b83c29..e8cd973 100644 --- a/lib/devices/file.c +++ b/lib/devices/file.c @@ -33,7 +33,7 @@ int file_setparameter(struct _gfxdevice*dev, const char*key, const char*value) { internal_t*i = (internal_t*)dev->internal; fprintf(i->fi, "setparameter %s=%s\n", key, value); - return 0; + return 1; } void file_startpage(struct _gfxdevice*dev, int width, int height)