Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/vfs/vfs1.c

    r1313ee9 r2d11a7d8  
    8585                return "Unable to create null device";
    8686       
    87         snprintf(null, MAX_DEVICE_NAME, "null/%d", null_id);
     87        snprintf(null, MAX_DEVICE_NAME, "null%d", null_id);
    8888        int rc = mount(FS_TYPE, MOUNT_POINT, null, OPTIONS, FLAGS);
    8989        switch (rc) {
Note: See TracChangeset for help on using the changeset viewer.