0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-05-11 20:13:22 +00:00
Files
termux-packages/packages/mu/lib-mu-scanner.cc.patch
2024-04-24 09:59:25 +03:00

12 lines
347 B
Diff

--- ./lib/mu-scanner.cc 2024-04-24 01:28:29.784265224 +0800
+++ ./lib/mu-scanner.cc 2024-04-24 01:28:49.252970705 +0800
@@ -46,7 +46,7 @@
struct dentry_t {
dentry_t(const struct dirent *dentry):
#if HAVE_DIRENT_D_INO
- d_ino{dentry->d_ino},
+ d_ino{static_cast<ino_t>(dentry->d_ino)},
#endif /*HAVE_DIRENT_D_INO*/
#if HAVE_DIRENT_D_TYPE