Remove string_buffer_t (!)

This commit is contained in:
ridiculousfish
2012-03-03 22:08:34 -08:00
parent a9313fc0c3
commit 8a46931e34
9 changed files with 7 additions and 291 deletions

View File

@@ -715,7 +715,7 @@ void parser_t::destroy()
}
/**
Print error message to string_buffer_t if an error has occured while parsing
Print error message to string if an error has occured while parsing
\param target the buffer to write to
\param prefix: The string token to prefix the ech line with. Usually the name of the command trying to parse something.