hierarchy: improve error message
* spot/tl/hierarchy.cc (mp_class): Fix type of o so that it is displayed as an character in error messages.
This commit is contained in:
parent
368eb6e0cd
commit
4a33f0fe65
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ namespace spot
|
|||
bool wide = false;
|
||||
if (opt)
|
||||
for (;;)
|
||||
switch (int o = *opt++)
|
||||
switch (char o = *opt++)
|
||||
{
|
||||
case 'v':
|
||||
verbose = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue