From 8d56be481198093229a7b0febb0231475f4c10f5 Mon Sep 17 00:00:00 2001 From: celest Date: Fri, 18 Mar 2005 17:36:03 +0000 Subject: * Fixed a crash when freeing memory of pets * Added Cygwin support to the -DDUMPSTACK option, and changed its format * Removed duplicate fopen in login_log git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1250 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/login/login.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/login') diff --git a/src/login/login.c b/src/login/login.c index 7df8704e6..a54aca410 100644 --- a/src/login/login.c +++ b/src/login/login.c @@ -189,7 +189,6 @@ int login_log(char *fmt, ...) { if(!log_fp) log_fp = fopen(login_log_filename, "a"); - log_fp = fopen(login_log_filename, "a"); if (log_fp) { if (fmt[0] == '\0') // jump a line if no message fprintf(log_fp, RETCODE); -- cgit v1.2.3-70-g09d2