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