Ignore:
File:
1 edited

Legend:

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

    r38d150e rb7fd2a0  
    6666        task_id_t id;
    6767        task_wait_t wait;
    68         int rc = task_spawnl(&id, &wait, app, app, winreg, NULL);
     68        errno_t rc = task_spawnl(&id, &wait, app, app, winreg, NULL);
    6969        if (rc != EOK) {
    7070                printf("%s: Error spawning %s %s (%s)\n", NAME, app,
Note: See TracChangeset for help on using the changeset viewer.