From 85f4d70c7d6f06bbce93360cb05308de2901a683 Mon Sep 17 00:00:00 2001 From: ultramage Date: Sun, 1 Jul 2007 10:19:43 +0000 Subject: * TXT->SQL converter fixup - Added missing char_id insert which totally messed up the conversion - Fixed login converter ignoring many columns (although it had the data) - Pointed out that Login-stored account variable conversion is MISSING! - Pointed out that Status, Homunculus and Mapreg conversion is MISSING! - Blocked the config functions from exiting server when file not found - Finally added VS8 project files for this thing git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10835 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/core.c') diff --git a/src/common/core.c b/src/common/core.c index 3cde639f6..15cc90228 100644 --- a/src/common/core.c +++ b/src/common/core.c @@ -134,7 +134,7 @@ const char* get_svn_revision(void) if(*eA_svn_version) return eA_svn_version; - if ((fp = fopen(".svn/entries", "r"))) + if ((fp = fopen(".svn/entries", "r")) != NULL) { char line[1024]; int rev; -- cgit v1.2.3-60-g2f50