summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-07-24 12:22:00 +0100
committerCarl Hetherington <cth@carlh.net>2017-07-24 12:22:00 +0100
commit441e8867f259540f326d3ca5c4578f34783ff300 (patch)
tree9a6ae045bb4aab53b4a30ee171472d6c4834476c /src
parent052ad3b54a2c775e48dd8478aa23998834e7ba32 (diff)
Try again to fix Windows build.
Diffstat (limited to 'src')
-rw-r--r--src/key.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/key.cc b/src/key.cc
index 43cd32eb..b8ba6d60 100644
--- a/src/key.cc
+++ b/src/key.cc
@@ -97,7 +97,7 @@ Key::hex () const
char buffer[33];
#ifdef LIBDCP_WINDOWS
- gnu_snprintf (
+ __mingw_snprintf (
#else
snprintf (
#endif