Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/generic/driver.c

    ref9460b rff65e91  
    620620                return ENOMEM;
    621621       
    622         match_id->id = str_dup(match_id_str);
     622        match_id->id = match_id_str;
    623623        match_id->score = 90;
    624624       
Note: See TracChangeset for help on using the changeset viewer.