ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/video_x.cpp
(Generate patch)

Comparing BasiliskII/src/Unix/video_x.cpp (file contents):
Revision 1.64 by cebix, 2002-02-07T16:10:55Z vs.
Revision 1.65 by cebix, 2002-03-20T19:03:41Z

# 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines