mirror of
https://github.com/polybar/polybar.git
synced 2026-02-07 23:35:35 +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