summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2022-02-13 14:11:46 +0530
committerGitHub <noreply@github.com>2022-02-13 14:11:46 +0530
commit77ef1a6e14d97fb1527f4664264a62afc74e2cfb (patch)
treee2d584641dde80ea9e4b4c1a1b39fdfb6ba33843 /examples
parent4c88b9d37502785c12224ae928464e87bdb3086b (diff)
downloadlibgit2-77ef1a6e14d97fb1527f4664264a62afc74e2cfb.tar.gz
Update common.h
Diffstat (limited to 'examples')
-rw-r--r--examples/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/common.h b/examples/common.h
index f86e92c35..901c04146 100644
--- a/examples/common.h
+++ b/examples/common.h
@@ -45,7 +45,7 @@
#endif
#ifdef _MSC_VER
-#define snprintf sprintf_s
+#define snprintf _snprintf
#define strcasecmp strcmpi
#endif