[aseprite] 159/250: Show errors on stderr on Skia port

Tobias Hansen thansen at moszumanska.debian.org
Sun Dec 20 15:27:24 UTC 2015


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit d4e37218e222da220a5d7fee51ad61b7af52546f
Author: David Capello <davidcapello at gmail.com>
Date:   Tue Oct 13 17:11:23 2015 -0300

    Show errors on stderr on Skia port
---
 src/she/skia/she.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/she/skia/she.cpp b/src/she/skia/she.cpp
index c292fa6..1dfe934 100644
--- a/src/she/skia/she.cpp
+++ b/src/she/skia/she.cpp
@@ -37,6 +37,7 @@ System* instance()
 
 void error_message(const char* msg)
 {
+  fputs(msg, stderr);
   // TODO
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list