summaryrefslogtreecommitdiff
path: root/src/login
diff options
context:
space:
mode:
authorcelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-03-18 17:36:03 +0000
committercelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-03-18 17:36:03 +0000
commit8d56be481198093229a7b0febb0231475f4c10f5 (patch)
tree8bad2602c44f47917ad9a052c04fea59232013d2 /src/login
parenta625c96cd44bc95bdc1d8bc9e2143372fb28c56e (diff)
downloadhercules-8d56be481198093229a7b0febb0231475f4c10f5.tar.gz
hercules-8d56be481198093229a7b0febb0231475f4c10f5.tar.bz2
hercules-8d56be481198093229a7b0febb0231475f4c10f5.tar.xz
hercules-8d56be481198093229a7b0febb0231475f4c10f5.zip
* 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
Diffstat (limited to 'src/login')
-rw-r--r--src/login/login.c1
1 files changed, 0 insertions, 1 deletions
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);