Dr. Werner Fink 2017-06-29 08:47:24 +00:00 committed by Git OBS Bridge
parent 31f7649bc9
commit d1814afe83

View File

@ -9,7 +9,7 @@
#if defined(WITH_MOUNTINFO_LIST) #if defined(WITH_MOUNTINFO_LIST)
- if ((opts & OPT_ALWAYSSTAT) == 0) - if ((opts & OPT_ALWAYSSTAT) == 0)
+ if ((opts & (OPT_MOUNT|OPT_ALWAYSSTAT)) == OPT_MOUNT) + if ((opts & (OPT_MOUNTS|OPT_ALWAYSSTAT)) == OPT_MOUNTS)
thestat = mntstat; thestat = mntstat;
#endif #endif
/* an option */ /* an option */