Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/isa/isa.c

    r9e470c0 ree3f6f6  
    355355
    356356        /* Get the name part of the rest of the line. */
    357         strtok(line, ":");
     357        str_tok(line, ":", NULL);
    358358        return line;
    359359}
Note: See TracChangeset for help on using the changeset viewer.