dcparser: Write ranged-blob parameters correctly
This commit is contained in:
parent
9dd37e9dbc
commit
4eb250cb87
|
|
@ -2238,6 +2238,8 @@ output_instance(ostream &out, bool brief, const string &prename,
|
|||
}
|
||||
break;
|
||||
|
||||
case ST_blob:
|
||||
case ST_blob32:
|
||||
case ST_string:
|
||||
if (!_uint_range.is_empty()) {
|
||||
out << "(";
|
||||
|
|
|
|||
Loading…
Reference in New Issue