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:
43595c0
)
switched off logging
author
kramm
<kramm>
Sun, 7 Jan 2007 20:26:12 +0000
(20:26 +0000)
committer
kramm
<kramm>
Sun, 7 Jan 2007 20:26:12 +0000
(20:26 +0000)
lib/devices/arts.c
patch
|
blob
|
history
diff --git
a/lib/devices/arts.c
b/lib/devices/arts.c
index
98aed19
..
68593c6
100644
(file)
--- a/
lib/devices/arts.c
+++ b/
lib/devices/arts.c
@@
-40,7
+40,7
@@
typedef struct _internal {
ArtSVP*svpunion;
} internal_t;
-static int verbose = 1;
+static int verbose = 0;
static void dbg(char*format, ...)
{
if(!verbose)