Changeset ee8d4d6 in mainline
- Timestamp:
- 2019-02-24T16:03:53Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5e801dc
- Parents:
- 52b44c6
- Location:
- uspace
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/contacts/contacts.c
r52b44c6 ree8d4d6 526 526 { 527 527 errno_t rc; 528 contacts_t *contacts ;528 contacts_t *contacts = NULL; 529 529 530 530 rc = contacts_open("contacts.sif", &contacts); -
uspace/lib/sif/src/sif.c
r52b44c6 ree8d4d6 894 894 sif_node_t *node = NULL; 895 895 sif_node_t *child; 896 sif_attr_t *attr ;896 sif_attr_t *attr = NULL; 897 897 char *ntype; 898 898 int c;
Note:
See TracChangeset
for help on using the changeset viewer.