diff options
| author | Philippe Mavridis <philippe.mavridis@yandex.com> | 2026-02-18 00:30:22 +0200 |
|---|---|---|
| committer | Philippe Mavridis <philippe.mavridis@yandex.com> | 2026-02-18 00:30:22 +0200 |
| commit | d81b86c92fc8183a101586d1f6ceb78e7e8a0dfa (patch) | |
| tree | 9b4cbdb905f426a89321325fe8657b3fae1fb82b /ark/arch.cpp | |
| parent | 4dd23fc7b7fe82e4f0d1d7c2fd285a627e09e576 (diff) | |
| download | tdeutils-fix/ark/115.tar.gz tdeutils-fix/ark/115.zip | |
Ark: Fix expected columns orderfix/ark/115
This resolves #115.
Signed-off-by: Philippe Mavridis <philippe.mavridis@yandex.com>
Diffstat (limited to 'ark/arch.cpp')
| -rw-r--r-- | ark/arch.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ark/arch.cpp b/ark/arch.cpp index 1b2d08e..a909084 100644 --- a/ark/arch.cpp +++ b/ark/arch.cpp @@ -353,7 +353,9 @@ bool Arch::processLine( const TQCString &line ) continue; // More? else { - kdDebug(1601) << "processLine failed to match critical column" << endl; + kdDebug(1601) << "processLine failed to match critical column " + << "(failing pattern: " << curCol->pattern.pattern() << ")" + << endl; return false; } } |
