Bläddra i källkod

Comparison made explicit.

main
offa 6 år sedan
förälder
incheckning
9ab26d351c
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      test/TestMain.cpp

+ 1
- 1
test/TestMain.cpp Visa fil

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

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

Laddar…
Avbryt
Spara