From 8607c385da1df004be00f731589239ba476d6813 Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Sat, 16 Feb 2013 23:16:10 -0800 Subject: [PATCH] Terminate output string. --- include/bx/string.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bx/string.h b/include/bx/string.h index 76f9314..66f3a62 100644 --- a/include/bx/string.h +++ b/include/bx/string.h @@ -154,7 +154,7 @@ namespace bx } } - *end = '\0'; + *_out = '\0'; } }