Changeset 06d6505 in mainline


Ignore:
Timestamp:
2008-10-08T10:19:06Z (16 years ago)
Author:
Tim Post <echo@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c61d34b
Parents:
6198611
Message:

No need to cast argv[] in try_exec()

File:
1 edited

Legend:

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

    r6198611 r06d6505  
    118118        free(found);
    119119
    120         tid = task_spawn((const char *)tmp, (const char **)argv);
     120        tid = task_spawn((const char *)tmp, argv);
    121121        free(tmp);
    122122
Note: See TracChangeset for help on using the changeset viewer.