print raw strings in hinter ( avoids interpreting %s within matches )

This commit is contained in:
Jorge Morante 2019-01-15 08:29:55 +01:00
parent a4e62e5648
commit f1071294c7
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ END {
token = sprintf(compound_format, token, hint);
}
printf token
printf "%s", token
}
if (line_index < n_lines - 1) {