diff options
Diffstat (limited to 'src/tools/jal/jal_compile.cpp')
-rw-r--r-- | src/tools/jal/jal_compile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/jal/jal_compile.cpp b/src/tools/jal/jal_compile.cpp index aa7d42f..e36ffc2 100644 --- a/src/tools/jal/jal_compile.cpp +++ b/src/tools/jal/jal_compile.cpp @@ -10,7 +10,7 @@ void JAL::CompileFile::logStderrLine(const TQString &line) { - if ( line.tqcontains('\r') ) return; // what are those lines ? + if ( line.contains('\r') ) return; // what are those lines ? // #### TODO doLog(Log::LineType::Normal, line, TQString(), 0); // unrecognized } |