Changes in uspace/lib/usb/src/dev.c [dbb7e3b:059a8e4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/dev.c
rdbb7e3b r059a8e4 122 122 char *ptr; 123 123 124 rc = str_uint64 (path, &ptr, 10, false, &sid);124 rc = str_uint64_t(path, &ptr, 10, false, &sid); 125 125 if (rc != EOK) { 126 126 return false;
Note:
See TracChangeset
for help on using the changeset viewer.