Parent Directory
|
Revision Log
|
Patch
| Revision 1.18 | Revision 1.19 | ||
|---|---|---|---|
| … | … | ||
| 241 | { | 241 | { |
| 242 | mem = strdup(fix.id); | 242 | mem = strdup(fix.id); |
| 243 | while(((i = strlen(mem)) > 0) && isspace(mem[i - 1])) { | 243 | while(((i = strlen(mem)) > 0) && isspace(mem[i - 1])) { |
| 244 | mem[i - 1] = '\0'; | 244 | mem[i - 1] = '\0'; |
| 245 | } | 245 | } |
| 246 | if (strstr(fix.id, "NV") != NULL) | 246 | if (strstr(fix.id, "NV") != NULL && strstr(fix.id, "ATI") == NULL) |
| 247 | nv = 1; | 247 | nv = 1; |
| 248 | if (!strncmp(fix.id, "OFfb", 4)) | 248 | if (!strncmp(fix.id, "OFfb", 4)) |
| 249 | offb = 1; | 249 | offb = 1; |
| 250 | } | 250 | } |
| 251 | 251 | ||
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |