summaryrefslogtreecommitdiffstats
path: root/libkmime/kmime_charfreq.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkmime/kmime_charfreq.cpp')
-rw-r--r--libkmime/kmime_charfreq.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkmime/kmime_charfreq.cpp b/libkmime/kmime_charfreq.cpp
index fa496b996..a75d76853 100644
--- a/libkmime/kmime_charfreq.cpp
+++ b/libkmime/kmime_charfreq.cpp
@@ -77,7 +77,7 @@ void CharFreq::count( const char * it, size_t len ) {
break;
case 'F': // check for lines starting with From_ if not found already:
if ( !mLeadingFrom )
- if ( prevChar == '\n' && end - it >= 5 && !qstrncmp( "From ", it, 5 ) )
+ if ( prevChar == '\n' && end - it >= 5 && !tqstrncmp( "From ", it, 5 ) )
mLeadingFrom = true;
++printable;
break;