Browse Source

Comparison made explicit.

main
offa 6 years ago
parent
commit
9ab26d351c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/TestMain.cpp

+ 1
- 1
test/TestMain.cpp View File

@@ -32,7 +32,7 @@ namespace trompeloeil
{
std::ostringstream os;

if( line )
if( line != 0 )
{
os << file << ':' << line << '\n';
}

Loading…
Cancel
Save