mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
2643961845
When gio monitors a directory, it will delete the extra "/" at the end of the directory string, but when the directory is "/", this will cause the modified directory string to be empty, and eventually the monitoring will fail. The solution is to delete only if the directory string length is greater than 1. |
||
---|---|---|
.. | ||
ginotifyfilemonitor.c | ||
ginotifyfilemonitor.h | ||
inotify-helper.c | ||
inotify-helper.h | ||
inotify-kernel.c | ||
inotify-kernel.h | ||
inotify-missing.c | ||
inotify-missing.h | ||
inotify-path.c | ||
inotify-path.h | ||
inotify-sub.c | ||
inotify-sub.h | ||
meson.build |