From 94a8a08118ecd9e358d794d430945ada248d0959 Mon Sep 17 00:00:00 2001 From: MadCamel Date: Wed, 13 May 2009 15:41:18 -0400 Subject: Fixed all compiler warnings and several small bugs in the process --- src/map/atcommand.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/atcommand.c') diff --git a/src/map/atcommand.c b/src/map/atcommand.c index c96b8d7..85ff15c 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -574,7 +574,7 @@ void log_atcommand(struct map_session_data *sd, const char *fmt, ...) sprintf(fullname, "%s.%04d-%02d", gm_logfile_name, year, month); if (gm_logfile) - close(gm_logfile); + fclose(gm_logfile); gm_logfile = fopen(fullname, "a"); free(fullname); @@ -7011,7 +7011,7 @@ int atcommand_jump_iterate( memset(output, '\0', sizeof(output)); - pl_sd = map_id2bl(sd->followtarget); + pl_sd = (struct map_session_data*)map_id2bl(sd->followtarget); if (pl_sd) pl_sd = get_next(pl_sd); -- cgit v1.2.3-70-g09d2