Selaa lähdekoodia

Comparison made explicit.

main
offa 6 vuotta sitten
vanhempi
commit
9ab26d351c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      test/TestMain.cpp

+ 1
- 1
test/TestMain.cpp Näytä tiedosto

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

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

Loading…
Peruuta
Tallenna