Changeset 0f5546a in mainline
- Timestamp:
- 2020-07-05T21:00:33Z (4 years ago)
- Children:
- a58727c
- Parents:
- 346b3c23
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-04-22 17:52:05)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2020-07-05 21:00:33)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/conf/src/configuration.c
r346b3c23 r0f5546a 118 118 { 119 119 char *my_string = str_dup(string); 120 if (my_string ) {120 if (my_string == NULL) { 121 121 return false; 122 122 }
Note:
See TracChangeset
for help on using the changeset viewer.