src/libbu/tbl.c:208:24: error: zero-length gnu_printf format string [-Werror=format-zero-length]
208 | ft_printf(tbl->t, "");
k
also tbl.c:227:21 and tbl.c:242:20 - same error
yeah, will look into a solution -- it's intentional for writing an empty string
committed a possible workaround
think that's got it
@Sean I think you may have handled it already a different way, but it looks like the libfort dev may have addressed the setting-to-non-existent cell issue: https://github.com/seleznevae/libfort/issues/58
Thanks, yeah, I wasn't relying on that behavior -- just ran across it in testing so duty called to report it.
Only think I'm missing is sorting which would be pretty easy to implement, but he's apparently got that in a branch pending.
Last updated: Jan 09 2025 at 00:46 UTC