fix compiler warning - type of refreshdelay
This commit is contained in:
@@ -157,7 +157,7 @@ int main(int argc, char **argv) {
|
||||
sortRecv = false;
|
||||
break;
|
||||
case 'd':
|
||||
refreshdelay = atoi(optarg);
|
||||
refreshdelay = (time_t) atoi(optarg);
|
||||
break;
|
||||
case 'v':
|
||||
viewMode = atoi(optarg) % VIEWMODE_COUNT;
|
||||
|
||||
Reference in New Issue
Block a user