Changeset 08e103d4 in mainline for uspace/srv/devman/fun.c
- Timestamp:
- 2019-02-05T18:26:05Z (7 years ago)
- Children:
- 1d2f85e
- Parents:
- d066259
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-02-05 16:16:55)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-02-05 18:26:05)
- File:
-
- 1 edited
-
uspace/srv/devman/fun.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devman/fun.c
rd066259 r08e103d4 171 171 assert(fun->name != NULL); 172 172 173 size_t pathsize = (str_ size(fun->name) + 1);173 size_t pathsize = (str_bytes(fun->name) + 1); 174 174 if (parent != NULL) 175 pathsize += str_ size(parent->pathname) + 1;175 pathsize += str_bytes(parent->pathname) + 1; 176 176 177 177 fun->pathname = (char *) malloc(pathsize);
Note:
See TracChangeset
for help on using the changeset viewer.
