Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/exec.c

    ra000878c radb49f58  
    120120        free(found);
    121121
    122         tid = task_spawn(tmp, (const char **) argv);
     122        tid = task_spawn((const char *)tmp, argv);
    123123        free(tmp);
    124124
Note: See TracChangeset for help on using the changeset viewer.