@elextr
Good catch!
Well, not exactly. I had spurious reload prompts from a long time with MinGW (no MSYS), but was too lazy to check why - turns out, the high 32 bits of st_mtime were sometimes non-zero (no idea why the 64-bit stat was used). Then MSYS2 gcc complained outright that the pointer type passed to g_stat() is wrong, so it was hard not to notice it. :)
--- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/677#issuecomment-145932401