git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c57ecc
)
setparameter now always returns true
author
kramm
<kramm>
Sun, 21 Jan 2007 18:57:26 +0000
(18:57 +0000)
committer
kramm
<kramm>
Sun, 21 Jan 2007 18:57:26 +0000
(18:57 +0000)
lib/devices/file.c
patch
|
blob
|
history
diff --git
a/lib/devices/file.c
b/lib/devices/file.c
index
3b83c29
..
e8cd973
100644
(file)
--- 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)