projects
/
dockapps
/
hvclock.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7670cc8
)
Print error on stderr
author
Hugo Villeneuve
<hugo@hugovil.com>
Sun, 21 Dec 2014 21:26:28 +0000
(16:26 -0500)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Wed, 9 Mar 2016 22:35:27 +0000
(17:35 -0500)
src/dockapp.c
patch
|
blob
|
history
diff --git
a/src/dockapp.c
b/src/dockapp.c
index
a2baed4
..
63a8894
100644
(file)
--- a/
src/dockapp.c
+++ b/
src/dockapp.c
@@
-115,7
+115,7
@@
dockapp_set_mask(GtkWidget *iconwin, char **xpm)
g_object_unref(pixbuf);
if (!pixmap) {
-
printf(
"Could not load pixmap\n");
+
fprintf(stderr,
"Could not load pixmap\n");
exit(1);
}