diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-24 12:22:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-24 12:22:00 +0100 |
| commit | 441e8867f259540f326d3ca5c4578f34783ff300 (patch) | |
| tree | 9a6ae045bb4aab53b4a30ee171472d6c4834476c /src | |
| parent | 052ad3b54a2c775e48dd8478aa23998834e7ba32 (diff) | |
Try again to fix Windows build.
Diffstat (limited to 'src')
| -rw-r--r-- | src/key.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ Key::hex () const char buffer[33]; #ifdef LIBDCP_WINDOWS - gnu_snprintf ( + __mingw_snprintf ( #else snprintf ( #endif |
