Files
MINGW-packages/mingw-w64-pidgin++/005-fix-save-suffix.patch
Renato Silva b6048abdeb pidgin++: Reimplement and build.
The package recipe has been rewritten. The autotools/FHS patch from
pidgin has been applied. The package is now buildable.
2016-04-17 23:23:03 -03:00

13 lines
407 B
Diff

diff -aurN 004/source/libpurple/util.c 005/source/libpurple/util.c
--- 004/source/libpurple/util.c
+++ 005/source/libpurple/util.c
@@ -2719,7 +2719,7 @@
g_free(filename_temp);
return FALSE;
}
-#ifndef __COVERITY__
+#if !defined(__COVERITY__) && !defined(_WIN32)
/* Use stat to be absolutely sure.
* It causes TOCTOU coverity warning (against g_rename below),
* but it's not a threat for us.