diff options
Diffstat (limited to 'scripts/kDebug2kdDebug.sh')
-rwxr-xr-x | scripts/kDebug2kdDebug.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kDebug2kdDebug.sh b/scripts/kDebug2kdDebug.sh index 24f605f4..edf284cb 100755 --- a/scripts/kDebug2kdDebug.sh +++ b/scripts/kDebug2kdDebug.sh @@ -109,7 +109,7 @@ while (<>) $arg =~ s/\.ascii\(\)$//; # remove $arg =~ s/\.latin1\(\)$//; # remove $arg =~ s/debugString\(([^\)]+)\)/$1/; # remove - # If "a ? b : c" then add tqparenthesis + # If "a ? b : c" then add parenthesis if ( $arg =~ m/.+\s*\?\s*.+\s*:\s*.+/ ) { $arg = "(" . $arg . ")"; } |