Changeset bf0a791 in mainline for uspace/app/hrctl/hrctl.c
- Timestamp:
- 2024-11-27T11:19:10Z (7 months ago)
- Children:
- 8160e4c0
- Parents:
- aa7864b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/hrctl/hrctl.c
raa7864b rbf0a791 341 341 case 'n': 342 342 cfg->dev_no = strtol(optarg, NULL, 10); 343 if ((int) 343 if ((int)cfg->dev_no + optind != argc) 344 344 goto bad; 345 345 rc = fill_config_devs(argc, argv, optind, cfg);
Note:
See TracChangeset
for help on using the changeset viewer.