This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit 49b068cccc0edf357fa43efc560cb1defa2413ca Author: David Capello <[email protected]> Date: Mon Apr 11 13:05:15 2016 -0300 Fix warning on updater/check_update.cpp about undefined UPDATE_URL --- src/updater/check_update.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/updater/check_update.cpp b/src/updater/check_update.cpp index a852e8d..fcd9589 100644 --- a/src/updater/check_update.cpp +++ b/src/updater/check_update.cpp @@ -101,8 +101,8 @@ public: #ifndef UPDATE_URL #define UPDATE_URL "" -#endif #pragma message("warning: Define UPDATE_URL macro") +#endif std::string url = UPDATE_URL; if (!uuid.empty()) { -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

