summaryrefslogtreecommitdiffstats
path: root/x11/XFree86-4-libraries/files/patch-tga
blob: eb0cb8098333f0e1076e4d5a307dd307fc27a697 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- programs/Xserver/hw/xfree86/drivers/tga/tga_driver.c.orig	Wed Aug 29 11:38:09 2001
+++ programs/Xserver/hw/xfree86/drivers/tga/tga_driver.c	Wed Aug 29 11:39:09 2001
@@ -758,7 +758,7 @@
 
     pTga->FbMapSize = pScrn->videoRam * 1024;
 
-    if (mod && xf86LoadSubModule(pScrn, "fb") == NULL) {
+    if (xf86LoadSubModule(pScrn, "fb") == NULL) {
 	TGAFreeRec(pScrn);
 	return FALSE;
     }
OpenPOWER on IntegriCloud