# | Line 1000 | Line 1000 | driver_fbdev::driver_fbdev(const video_m | |
---|---|---|
1000 | if ((line[0] == '#') || (line[0] == ';') || (line[0] == '\0')) | |
1001 | continue; | |
1002 | ||
1003 | < | if ((sscanf(line, "%19s %d %x", &fb_name, &fb_depth, &fb_offset) == 3) |
1003 | > | if ((sscanf(line, "%19s %d %x", fb_name, &fb_depth, &fb_offset) == 3) |
1004 | && (strcmp(fb_name, fb_name) == 0) && (fb_depth == max_depth)) { | |
1005 | device_found = true; | |
1006 | break; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |