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:
106e401
)
added log message "swf written"
author
kramm
<kramm>
Thu, 7 Apr 2005 09:02:16 +0000
(09:02 +0000)
committer
kramm
<kramm>
Thu, 7 Apr 2005 09:02:16 +0000
(09:02 +0000)
pdf2swf/pdf2swf.cc
patch
|
blob
|
history
diff --git
a/pdf2swf/pdf2swf.cc
b/pdf2swf/pdf2swf.cc
index
aaf1945
..
ed958d1
100644
(file)
--- a/
pdf2swf/pdf2swf.cc
+++ b/
pdf2swf/pdf2swf.cc
@@
-463,6
+463,7
@@
int main(int argn, char *argv[])
}
if(!swf_output_save(swf, outputname))
exit(1);
+ msg("<notice> SWF written");
swf_output_destroy(swf);
pdf_destroy(pdf);