ソースを参照

Comparison made explicit.

main
offa 6年前
コミット
9ab26d351c
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      test/TestMain.cpp

+ 1
- 1
test/TestMain.cpp ファイルの表示

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

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

読み込み中…
キャンセル
保存