Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/cmds/modules/cat/cat.c

    red88c8e r7c3fb9b  
    160160                printf("%6u  ", lineno);
    161161        }
    162         putwchar(c);
     162        putchar(c);
    163163        last_char_was_newline = c == '\n';
    164164        if (paging_enabled) {
Note: See TracChangeset for help on using the changeset viewer.