Changeset 50c8e72 in mainline
- Timestamp:
- 2022-02-01T14:38:00Z (3 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7eec25fc
- Parents:
- 5e629ad4
- git-author:
- Jiri Svoboda <jiri@…> (2022-01-30 18:37:17)
- git-committer:
- Jiri Svoboda <jiri@…> (2022-02-01 14:38:00)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/edit/edit.c
r5e629ad4 r50c8e72 978 978 979 979 bcnt -= off; 980 mem cpy(buf, buf + off, bcnt);980 memmove(buf, buf + off, bcnt); 981 981 982 982 insert_char(c);
Note:
See TracChangeset
for help on using the changeset viewer.