Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sbi/src/os/helenos.c

    r1c635d6 rd5c1051  
    155155        size_t offset;
    156156        int i;
    157         wchar_t c;
     157        wchar_t c = 0;
    158158
    159159        if (index < 0)
     
    252252        task_wait_t twait;
    253253        task_exit_t texit;
    254         int rc, retval;
     254        int rc;
     255        int retval;
    255256
    256257        rc = task_spawnv(&tid, &twait, cmd[0], (char const * const *) cmd);
Note: See TracChangeset for help on using the changeset viewer.