mirror of
https://github.com/polybar/polybar.git
synced 2026-03-02 06:12:14 +00:00
As mentioned in #1215, gcc >=8 will complain, if strncpy truncates the source string or gcc can prove there is no NUL terminating byte. This also updates the i3ipcpp submodule where there was a similar error Fixes #1215