mcabber/src/hbuf.c
changeset 1487 f61ed2466f7c
parent 1486 f83a51eaa5ed
child 1547 922e454a8187
--- a/mcabber/src/hbuf.c	Sun Apr 20 16:56:43 2008 +0200
+++ b/mcabber/src/hbuf.c	Sun Apr 20 17:01:24 2008 +0200
@@ -439,7 +439,7 @@
     return;
   }
 
-  prefixwidth = getprefixwidth();
+  prefixwidth = scr_getprefixwidth();
   prefixwidth = MIN(prefixwidth, sizeof pref);
 
   for (hbuf = g_list_first(hbuf); hbuf; hbuf = g_list_next(hbuf)) {