Try again to fix Windows build.
authorCarl Hetherington <cth@carlh.net>
Mon, 24 Jul 2017 11:22:00 +0000 (12:22 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 24 Jul 2017 11:22:00 +0000 (12:22 +0100)
src/key.cc

index 43cd32ebc581935c9c1e4bb71f2d5341c841acb5..b8ba6d60ddfb7f90311bbc0d7b02925e8d0cd182 100644 (file)
@@ -97,7 +97,7 @@ Key::hex () const
 
        char buffer[33];
 #ifdef LIBDCP_WINDOWS
-       gnu_snprintf (
+       __mingw_snprintf (
 #else
        snprintf (
 #endif