Changes in uspace/app/bdsh/tok.c [f41682c:5992e0e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/tok.c
rf41682c r5992e0e 224 224 wchar_t tok_look_char(tokenizer_t *tok) 225 225 { 226 size_t old_offset = tok->in_offset;227 size_t old_char_offset = tok->in_char_offset;226 unsigned int old_offset = tok->in_offset; 227 unsigned int old_char_offset = tok->in_char_offset; 228 228 wchar_t ret = tok_get_char(tok); 229 229 tok->in_offset = old_offset;
Note:
See TracChangeset
for help on using the changeset viewer.