Skip to content

Commit 23361cc

Browse files
author
Dwight Guth
committed
remove level of escaping
1 parent e0a025f commit 23361cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/kcc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -685,15 +685,15 @@ sub getRVErrorJson {
685685
$messageLength = arg('-fmessage-length=');
686686
}
687687

688-
quote(printable(quote(printable
688+
quote(printable
689689
( "{\"suppressions\": [$allSuppress]"
690690
. ",\"message_length\": $messageLength"
691691
. ",\"format\": \"$format\""
692692
. ",\"previous_errors\": []"
693693
. ",\"fatal_errors\": " . (arg('-Wfatal-errors')? 'true' : 'false')
694694
. ",\"rv_error\": $rvError"
695695
. "$output}"
696-
))));
696+
));
697697
};
698698
return $json;
699699
}

0 commit comments

Comments
 (0)