Skip to content

Commit 330b980

Browse files
committed
literal char
1 parent 8d73e15 commit 330b980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tommath_private.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ do { \
8383
size_t zs_ = (size); \
8484
char* zm_ = (char*)(mem); \
8585
while (zs_-- > 0u) { \
86-
*zm_++ = 0; \
86+
*zm_++ = '\0'; \
8787
} \
8888
} while (0)
8989
# define MP_ZERO_DIGITS(mem, digits) \

0 commit comments

Comments
 (0)