Fix for issue where history file would be read immediately on launch

This commit is contained in:
ridiculousfish
2012-12-04 16:00:35 -08:00
parent b1e86d6fea
commit 19eddddcff
4 changed files with 31 additions and 7 deletions

View File

@@ -694,7 +694,7 @@ void signal_unblock()
// debug( 0, L"signal block level decreased to %d", block_count );
}
int signal_is_blocked()
bool signal_is_blocked()
{
return !!block_count;
}