Files
gimp/libgimpbase
Jehan 771304d73b libgimpbase, plug-ins: fix all warnings to g_stat() calls.
The second parameter should be GStatBuf*, which will be defined to be
the right struct depending on the actual platform. Using `struct stat*`
was good on Linux but was outputting warnings on other platforms (at
least on Win32).

(cherry picked from commit 6bc6a07b7e)
2019-11-29 23:04:12 +01:00
..