[Github-comments] [geany] Alter spawn to return the error message only in error->message (#701)

Colomban Wendling notifications at xxxxx
Wed Oct 21 14:45:47 UTC 2015


>  		{
> -			ui_set_statusbar(TRUE, "Context action command failed: %s", error->message);
> +			ui_set_statusbar(TRUE, format, command, error->message);

do we really want the literal `%s` rather than the replaced (and actually executed) version?

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/701/files#r42632648
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20151021/2651a517/attachment.html>


More information about the Github-comments mailing list