summaryrefslogtreecommitdiff
path: root/lib/mprintf.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-09-17 17:32:21 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-09-17 23:19:29 +0200
commit307b7543ea1e73ab04e062bdbe4b5bb409eaba3a (patch)
treefdadf446776bc5182f71165156834cdf6f5bc97e /lib/mprintf.c
parentdb02e0e980fe82262ac2e29a1495bbd3e61010db (diff)
downloadcurl-307b7543ea1e73ab04e062bdbe4b5bb409eaba3a.tar.gz
misc: null-terminate
Make use of this term consistently. Closes #9527
Diffstat (limited to 'lib/mprintf.c')
-rw-r--r--lib/mprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mprintf.c b/lib/mprintf.c
index 30347de25..6bf55f661 100644
--- a/lib/mprintf.c
+++ b/lib/mprintf.c
@@ -956,7 +956,7 @@ static int dprintf_formatf(
else
*fptr++ = 'f';
- *fptr = 0; /* and a final zero termination */
+ *fptr = 0; /* and a final null-termination */
#ifdef __clang__
#pragma clang diagnostic push