summaryrefslogtreecommitdiff
path: root/src/common/strlib.c
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-30 12:40:36 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-30 12:40:36 +0000
commit11cd2c81ac4b0adab851902d9a0adb7b6c596a96 (patch)
tree0f8f1ccbee5bee209ff307f1cb0780689763ae45 /src/common/strlib.c
parent7c9ae87b875bdbe03a82ef510495be6ef65d25ea (diff)
downloadhercules-11cd2c81ac4b0adab851902d9a0adb7b6c596a96.tar.gz
hercules-11cd2c81ac4b0adab851902d9a0adb7b6c596a96.tar.bz2
hercules-11cd2c81ac4b0adab851902d9a0adb7b6c596a96.tar.xz
hercules-11cd2c81ac4b0adab851902d9a0adb7b6c596a96.zip
* Made job_db1.txt, job_db2.txt, size_fix.txt and refine_db.txt reading use sv_readdb.
- NOTE: Any MAX_LEVEL (map.h) increase requires at least same increase of SV_READDB_MAX_FIELDS as well. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14526 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/strlib.c')
-rw-r--r--src/common/strlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/strlib.c b/src/common/strlib.c
index 6a5643558..633d6d45b 100644
--- a/src/common/strlib.c
+++ b/src/common/strlib.c
@@ -12,7 +12,7 @@
#include <errno.h>
-#define SV_READDB_MAX_FIELDS 63
+#define SV_READDB_MAX_FIELDS 105
#define J_MAX_MALLOC_SIZE 65535
// escapes a string in-place (' -> \' , \ -> \\ , % -> _)