Changeset c997374 in mainline for uspace/app
- Timestamp:
- 2024-10-10T13:31:42Z (17 months ago)
- Children:
- 4b759dc
- Parents:
- 2b8901be
- File:
-
- 1 edited
-
uspace/app/hrctl/hrctl.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/hrctl/hrctl.c
r2b8901be rc997374 359 359 360 360 if (create) { 361 rc = hr_create(hr, cfg );361 rc = hr_create(hr, cfg, false); 362 362 printf("hrctl: hr_create() rc: %s\n", str_error(rc)); 363 363 } else if (assemble) { 364 rc = hr_ assemble(hr, cfg);364 rc = hr_create(hr, cfg, true); 365 365 printf("hrctl: hr_assemble() rc: %s\n", str_error(rc)); 366 366 }
Note:
See TracChangeset
for help on using the changeset viewer.
