mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
fix:code smell
This commit is contained in:
parent
c40d04ec5e
commit
ca8dc576cd
|
@ -199,7 +199,7 @@ InputPhrase Preferences::sanitizeInputPhrase( QString const & inputPhrase ) cons
|
||||||
|
|
||||||
if( limitInputPhraseLength && _phase.size() > inputPhraseLengthLimit )
|
if( limitInputPhraseLength && _phase.size() > inputPhraseLengthLimit )
|
||||||
{
|
{
|
||||||
gdDebug( "Ignoring an input phrase %d symbols long. The configured maximum input phrase length is %d symbols.",
|
gdDebug( "Ignoring an input phrase %lld symbols long. The configured maximum input phrase length is %d symbols.",
|
||||||
_phase.size(), inputPhraseLengthLimit );
|
_phase.size(), inputPhraseLengthLimit );
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue