NikitaIvanovV / ictree

Like tree but interactive
https://nikitaivanovv.github.io/ictree/
GNU General Public License v3.0
147 stars 7 forks source link

Fix printf format specifier #8

Closed viccie30 closed 2 years ago

viccie30 commented 2 years ago

The specifier for size_t is %zu, not %ld. GCC complains about this.

NikitaIvanovV commented 2 years ago

Thanks!