mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-05-30 03:30:51 +00:00
* lib/wordsplit.c (struct wordsplit_node.flags):
Now unsigned, so that 'printf ("%x", p->flags)' doesn't provoke GCC.
* src/incremen.c (read_num, dumpdir_ok):
Don't printf an int with %x or %o.