Changeset c997374 in mainline for uspace/app


Ignore:
Timestamp:
2024-10-10T13:31:42Z (17 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
4b759dc
Parents:
2b8901be
Message:

hr: merge assemble and create functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/hrctl/hrctl.c

    r2b8901be rc997374  
    359359
    360360        if (create) {
    361                 rc = hr_create(hr, cfg);
     361                rc = hr_create(hr, cfg, false);
    362362                printf("hrctl: hr_create() rc: %s\n", str_error(rc));
    363363        } else if (assemble) {
    364                 rc = hr_assemble(hr, cfg);
     364                rc = hr_create(hr, cfg, true);
    365365                printf("hrctl: hr_assemble() rc: %s\n", str_error(rc));
    366366        }
Note: See TracChangeset for help on using the changeset viewer.