Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/devs/devman2.c

    r79ae36dd r15f3c3f  
    5858        char *path = NULL;
    5959        while (rc == EOK) {
    60                 rc = asprintf(&path, "/dev/class/%s\\%zu", DEVICE_CLASS, idx);
     60                rc = asprintf(&path, "/loc/class/%s\\%zu", DEVICE_CLASS, idx);
    6161                if (rc < 0) {
    6262                        continue;
Note: See TracChangeset for help on using the changeset viewer.