summaryrefslogtreecommitdiff
path: root/plugins/MirOTR/Libgcrypt/cipher/md.c
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-07-23 10:38:14 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-07-23 10:38:14 +0000
commitb0856fbf8beebf4ffc5592096739e3d65c1bc3c7 (patch)
tree401086ceec1fb54ae98d07d21527bc6f60367796 /plugins/MirOTR/Libgcrypt/cipher/md.c
parentf7d6084247f9f89fe0eec55dd9d2522038ff23e3 (diff)
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@14651 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirOTR/Libgcrypt/cipher/md.c')
-rw-r--r--plugins/MirOTR/Libgcrypt/cipher/md.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirOTR/Libgcrypt/cipher/md.c b/plugins/MirOTR/Libgcrypt/cipher/md.c
index 20b652e03b..c9f0ab3f33 100644
--- a/plugins/MirOTR/Libgcrypt/cipher/md.c
+++ b/plugins/MirOTR/Libgcrypt/cipher/md.c
@@ -1121,7 +1121,7 @@ md_start_debug ( gcry_md_hd_t md, const char *suffix )
return;
}
idx++;
- snprintf (buf, DIM(buf)-1, "dbgmd-%05d.%.10s", idx, suffix );
+ _snprintf (buf, DIM(buf)-1, "dbgmd-%05d.%.10s", idx, suffix );
md->ctx->debug = fopen(buf, "w");
if ( !md->ctx->debug )
log_debug("md debug: can't open %s\n", buf );