Skip to content
  • Jehan's avatar
    libgimpbase, plug-ins: fix all warnings to g_stat() calls. · 771304d7
    Jehan authored
    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 6bc6a07b)
    771304d7