Changes in uspace/app/bdsh/exec.c [adb49f58:a000878c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/exec.c
radb49f58 ra000878c 120 120 free(found); 121 121 122 tid = task_spawn( (const char *)tmp,argv);122 tid = task_spawn(tmp, (const char **) argv); 123 123 free(tmp); 124 124
Note:
See TracChangeset
for help on using the changeset viewer.