Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/src/multiboot/multiboot.c

    r8be3230 rb6d5e31  
    5555        /*
    5656         * Find last occurence of '/' before 'end'. If found, place start at
    57          * next character. Otherwise, place start at beginning of buffer.
     57         * next character. Otherwise, place start at beginning of command line.
    5858         */
    5959        const char *cp = end;
    60         const char *start = buf;
     60        const char *start = cmd_line;
    6161
    6262        while (cp != start) {
Note: See TracChangeset for help on using the changeset viewer.