blob: 27e6d106fa46303c5a9464dbdcb5665264e0471d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- directorosd.c~ 2006-06-11 12:20:38.000000000 +0200
+++ directorosd.c 2007-06-25 21:41:40.000000000 +0200
@@ -300,7 +300,7 @@
char *buffer=0;
asprintf(&buffer,"1 %s %d", Channel->Name(), number);
- int theHeigth = font->Height('A');
+ int theHeigth = font->Height("A");
int m_height = (number * theHeigth) + 10;
//get the width
|