]> Savannah Git Hosting - gnulib.git/commit
fts: Don't assume that a pointer is as wide as a 'long'.
authorBruno Haible <bruno@clisp.org>
Tue, 27 Aug 2024 20:08:00 +0000 (22:08 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 27 Aug 2024 20:08:00 +0000 (22:08 +0200)
commit834946c12bac3aa3053bbebe5a49c4960f5c7fd2
tree5fdca9615029e5dea0e84f6a8b625a4c07e86235
parent59b225ae801e031c9e015bc28ab8415d9d1843c0
fts: Don't assume that a pointer is as wide as a 'long'.

* lib/fts.c (fts_sort): Cast pointers to 'uintptr_t', not to 'long'.
ChangeLog
lib/fts.c