&& ((q[7] == ' '
&& (q[8] == '"' || (q[8] == '\\' && q[9] == '"')))
|| q[7] == '"')) {
- // Instead of bailing we ignore changes as sloppy incbin handling is
- // enabled
if (ctx.config.sloppiness().contains(core::Sloppy::incbin)) {
LOG_RAW(
"Found potential unsupported .inc"
- "bin directive in source code "
- "but continuing due to enabled sloppy incbin handling");
+ "bin directive in source code but continuing due to enabled sloppy"
+ " incbin handling");
q += sizeof(incbin_directive);
continue;
}