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:
0a76f06
)
dump error message to stderr instead of stdout.
author
kramm
<kramm>
Mon, 20 Sep 2004 16:09:52 +0000
(16:09 +0000)
committer
kramm
<kramm>
Mon, 20 Sep 2004 16:09:52 +0000
(16:09 +0000)
avi2swf/avi2swf.cc
patch
|
blob
|
history
diff --git
a/avi2swf/avi2swf.cc
b/avi2swf/avi2swf.cc
index
bdc97a4
..
e980747
100644
(file)
--- a/
avi2swf/avi2swf.cc
+++ b/
avi2swf/avi2swf.cc
@@
-239,7
+239,7
@@
int main (int argc,char ** argv)
#endif
if(ret<0) {
- printf("Error opening %s\n", filename);
+ fprintf(stderr, "Error opening %s\n", filename);
exit(1);
}