more SYMBOLS follow-up
missing break
This commit is contained in:
@@ -6493,6 +6493,7 @@ escapes(const char *cp, /* might be 'tp', updating in place */
|
||||
break;
|
||||
case ',':
|
||||
cval = ',';
|
||||
break;
|
||||
default:
|
||||
cval = *cp;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user