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

zhekov notifications at xxxxx
Sun Nov 1 13:38:40 UTC 2015


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

Fixed.

(Small note: %s with a selection containing double quotes may cause parsing error under Windows too.)

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


More information about the Github-comments mailing list