internalRevert method

void internalRevert()

Internal method to revert the last va_arg operation. Used by vsprintf to handle invalid format specifiers.

Implementation

void internalRevert() {
  if (_index > 0) _index--;
}