Changeset 8f6bffdd in mainline for uspace/app/edit/sheet.c
- Timestamp:
- 2012-05-13T11:33:47Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c4b0317
- Parents:
- 4b82445
- git-author:
- Tobias Börtitz <> (2012-05-13 11:33:47)
- git-committer:
- Vojtech Horky <vojtechhorky@…> (2012-05-13 11:33:47)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/edit/sheet.c
r4b82445 r8f6bffdd 264 264 sheet_get_cell_pt(sh, &coord, dir_before, &pt); 265 265 spt_get_coord(&pt, &coord); 266 *length = coord.column - 1;266 *length = coord.column; 267 267 } 268 268
Note:
See TracChangeset
for help on using the changeset viewer.