this is probably the last of the fixes for the night

This commit is contained in:
DarthArgus
2015-10-14 01:28:37 -05:00
parent b61c932498
commit 338e4e68b5
4 changed files with 7 additions and 6 deletions
@@ -461,7 +461,7 @@ void PixCounter::String::set(const char * format, ...)
char buffer[512];
vsnprintf(buffer, sizeof(buffer), format, va);
buffer[sizeof(buffer-1)] = '\0';
buffer[sizeof(buffer)-1] = '\0';
operator =(buffer);
va_end(va);