patch from Honza Horak using Coverity's static analysis tool.
This commit is contained in:
@@ -335,6 +335,7 @@ main(int argc, char *argv[])
|
||||
i_volume_level = atoi(optarg);
|
||||
todo = SET_VOLUME;
|
||||
}
|
||||
break;
|
||||
case 't':
|
||||
if (NULL != (h = strchr(optarg,'-'))) {
|
||||
*h = 0;
|
||||
|
||||
Reference in New Issue
Block a user