Project

General

Profile

Bug #138 ยป 0028-Annotate-make_escapes-fallthrough.patch

Marko Lindqvist, 01/07/2024 07:14 AM

View differences:

utility/support.c
case '\\':
case '\"':
*dest++ = '\\';
/* Fallthrough. */
fc__fallthrough;
default:
*dest++ = *str++;
break;
    (1-1/1)