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:
ca3620f
)
prefix warning messages with 'warn:'
author
kramm
<kramm>
Wed, 14 May 2008 06:46:23 +0000
(06:46 +0000)
committer
kramm
<kramm>
Wed, 14 May 2008 06:46:23 +0000
(06:46 +0000)
lib/art/art_misc.c
patch
|
blob
|
history
diff --git
a/lib/art/art_misc.c
b/lib/art/art_misc.c
index
1927062
..
a7e0566
100644
(file)
--- a/
lib/art/art_misc.c
+++ b/
lib/art/art_misc.c
@@
-56,6
+56,7
@@
art_warn (const char *fmt, ...)
{
va_list ap;
+ fprintf(stderr, "warn: ");
va_start (ap, fmt);
vfprintf (stderr, fmt, ap);
va_end (ap);