diff mcabber/mcabber/histolog.c @ 1780:e4378fbab5d7

Major API cleanup - bump API to 4 Get rid of old CamelCase names in screen.h
author Mikael Berthe <mikael@lilotux.net>
date Sun, 14 Mar 2010 12:09:08 +0100
parents e6e89b1d7831
children e6d355e50d7a
line wrap: on
line diff
--- a/mcabber/mcabber/histolog.c	Sun Mar 14 12:24:44 2010 +0200
+++ b/mcabber/mcabber/histolog.c	Sun Mar 14 12:09:08 2010 +0100
@@ -198,7 +198,7 @@
   if (!fstat(fileno(fp), &bufstat)) {
     if (bufstat.st_size > 3145728) {
       scr_LogPrint(LPRINT_NORMAL, "Reading <%s> history file...", bjid);
-      scr_DoUpdate();
+      scr_do_update();
     }
   }