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