Changeset 85c98af in mainline
- Timestamp:
- 2020-04-28T08:09:44Z (5 years ago)
- Parents:
- 2a09dcb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/edit/sheet.c
r2a09dcb r85c98af 79 79 80 80 sh->data = malloc(sh->dbuf_size); 81 if (sh->data == NULL) 81 if (sh->data == NULL) { 82 free(sh); 82 83 return ENOMEM; 84 } 83 85 84 86 list_initialize(&sh->tags);
Note:
See TracChangeset
for help on using the changeset viewer.