Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 71014
Collapse All | Expand All

(-)gs7.07.1-fontconfig-rh.patch.old (-1 / +1 lines)
Lines 526-532 Link Here
526
+		}
526
+		}
527
+		/* if fails to get the psname, stop to process */
527
+		/* if fails to get the psname, stop to process */
528
+		if (psname == NULL) {
528
+		if (psname == NULL) {
529
+			dlprintf ("DEBUG: no psname was provided.\n");
529
+			//dlprintf ("DEBUG: no psname was provided.\n");
530
+			continue;
530
+			continue;
531
+		}
531
+		}
532
+
532
+

Return to bug 71014