Ignore:
File:
1 edited

Legend:

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

    r36e9cd1 r49647be  
    7272static task_id_t spawn(int argc, char *argv[])
    7373{
    74         char **args = (char **) calloc(argc + 1, sizeof(char *));
     74        char **args = (char *) calloc(argc + 1, sizeof(char *));
    7575        if (!args) {
    7676                printf("No memory available\n");
Note: See TracChangeset for help on using the changeset viewer.