Large set of changes to migrate reader_data_t's buffer to std::wstring

This commit is contained in:
ridiculousfish
2012-02-06 01:45:16 -08:00
parent a534c397f5
commit 0a616a9dbb
3 changed files with 133 additions and 157 deletions

View File

@@ -34,7 +34,7 @@ static int insane;
void sanity_lose()
{
debug( 0, _(L"Errors detected, shutting down") );
debug( 0, _(L"Errors detected, shutting down. Break on sanity_lose() to debug.") );
insane = 1;
}