You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-benchmarks/phoronix-test-suite/files/font.patch

12 lines
325 B

--- pts-core/objects/pts_Graph/pts_Graph.php.old 2009-11-11 17:39:37.000000000 +0100
+++ pts-core/objects/pts_Graph/pts_Graph.php 2009-12-30 12:46:27.816567436 +0100
@@ -121,7 +121,7 @@
}
}
- $this->graph_font = $font_type;
+ $this->graph_font = $default_font;
}
public function requestRenderer($renderer)
{