From d3a1d512467e7a4ac1928558ea84e26898d5de3b Mon Sep 17 00:00:00 2001 From: Lance Date: Fri, 23 Jun 2006 12:22:43 +0000 Subject: git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7311 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/script.c') diff --git a/src/map/script.c b/src/map/script.c index 487f78bfa..234a5a11b 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -11916,7 +11916,7 @@ static int script_save_mapreg(void) unsigned int perfomance = (unsigned int)time(NULL); mapreg_db->foreach(mapreg_db,script_save_mapreg_intsub); // [zBuffer] mapregstr_db->foreach(mapregstr_db,script_save_mapreg_strsub); - perfomance = ((int)time(NULL) - perfomance); + perfomance = ((unsigned int)time(NULL) - perfomance); if(perfomance > 2) ShowWarning("Slow Query: MapregSQL Saving @ %d second(s).\n", perfomance); #endif -- cgit v1.2.3-70-g09d2