Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generic watcher on Win32 does not work #74

Closed
SpartanJ opened this issue Nov 4, 2014 · 1 comment
Closed

Generic watcher on Win32 does not work #74

SpartanJ opened this issue Nov 4, 2014 · 1 comment
Labels
bug Something isn't working major

Comments

@SpartanJ
Copy link
Owner

SpartanJ commented Nov 4, 2014

Original report by Nils Desle (Bitbucket: nilsdesle, ).


When you add a folder to watch, it calls FileInfo::exists at some point. This method does not have the fix to remove trailing slashes before calling _wstat, which the other methods in FileInfo do, so _wstat returns -1 even if the folder exists.

@SpartanJ
Copy link
Owner Author

SpartanJ commented Nov 6, 2014

Original comment by Martín Lucas Golini (Bitbucket: SpartanJ, GitHub: SpartanJ).


Fixed issue #34.

@SpartanJ SpartanJ closed this as completed Nov 6, 2014
@SpartanJ SpartanJ added major bug Something isn't working labels Jan 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working major
Projects
None yet
Development

No branches or pull requests

1 participant