Changeset 84331cf in mainline
- Timestamp:
- 2019-02-09T10:49:04Z (6 years ago)
- Children:
- a508e82
- Parents:
- 2c7ef07
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/uuid.c
r2c7ef07 r84331cf 139 139 140 140 rc = str_uint64_t(str + 24, &eptr, 16, false, &node); 141 if (rc != EOK || eptr != str + 36 || *eptr != '\0')141 if (rc != EOK || eptr != str + 36) 142 142 return EINVAL; 143 143
Note:
See TracChangeset
for help on using the changeset viewer.