Formatting

This commit is contained in:
ridiculousfish
2013-01-12 12:55:23 -08:00
parent b32fcc7a8e
commit 373cca0bf6
6 changed files with 18 additions and 14 deletions

View File

@@ -106,7 +106,7 @@ static char *wcs2str_internal(const wchar_t *in, char *out);
void show_stackframe()
{
ASSERT_IS_NOT_FORKED_CHILD();
/* Hack to avoid showing backtraces in the tester */
if (program_name && ! wcscmp(program_name, L"(ignore)"))
return;