Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sbi/src/input.c

    r051bc69a r074444f  
    118118        }
    119119
    120         input->name = os_str_dup(fname);
    121120        input->str = NULL;
    122121        input->line_no = 0;
     
    137136        }
    138137
    139         input->name = "<user-input>";
    140138        input->str = NULL;
    141139        input->line_no = 0;
     
    156154        }
    157155
    158         input->name = "<builtin>";
    159156        input->str = str;
    160157        input->line_no = 0;
     
    229226/** Get number of the last provided line of input.
    230227 *
    231  * @param input         Input object.
     228 * @param input         Input module.
    232229 * @return              Line number of the last provided input line (counting
    233230 *                      from 1 up).
Note: See TracChangeset for help on using the changeset viewer.