[Github-comments] [geany/geany-plugins] git-changebar fails to compile with libgit2-1.4.0 (Issue #1164)
Chris Mayo
notifications at xxxxx
Fri Feb 18 19:44:05 UTC 2022
```
gcb-plugin.c: In function ‘gcb_git_buf_grow’:
gcb-plugin.c:219:12: error: ‘git_buf’ has no member named ‘asize’; did you mean ‘size’?
219 | if (buf->asize == 0) {
| ^~~~~
| size
gcb-plugin.c: In function ‘buf_zero’:
gcb-plugin.c:237:10: error: ‘git_buf’ has no member named ‘asize’; did you mean ‘size’?
237 | buf->asize = 0;
| ^~~~~
| size
```
geany-plugins-1.38
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1164
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/1164 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20220218/cd35bbe2/attachment.htm>
More information about the Github-comments
mailing list