diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-24 13:29:00 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-24 13:29:00 +0000 |
commit | d1e6e862597f8bbadb055f90e31828c2ed61d01b (patch) | |
tree | 609755bc4974ae0c54c1676717fe544c9cabf8a7 /src/common/malloc.h | |
parent | 339ac6c105cc0548328e15adce1f94d7ecddb0bc (diff) | |
download | hercules-d1e6e862597f8bbadb055f90e31828c2ed61d01b.tar.gz hercules-d1e6e862597f8bbadb055f90e31828c2ed61d01b.tar.bz2 hercules-d1e6e862597f8bbadb055f90e31828c2ed61d01b.tar.xz hercules-d1e6e862597f8bbadb055f90e31828c2ed61d01b.zip |
* Corrected a fex misshaps from r11571:
- disabling the memory manager
- using the wrong length for the title and body in mail_savemessage
* Removed the quick-fix in the npc duplicate check and the impossible condition that is generating the warning.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11573 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/malloc.h')
-rw-r--r-- | src/common/malloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/malloc.h b/src/common/malloc.h index f73ff6588..43eff40f1 100644 --- a/src/common/malloc.h +++ b/src/common/malloc.h @@ -28,7 +28,7 @@ // Whether to use Athena's built-in Memory Manager (enabled by default) // To disable just comment the following line #if !defined(DMALLOC) && !defined(BCHECK) - //#define USE_MEMMGR + #define USE_MEMMGR #endif // Whether to enable Memory Manager's logging #define LOG_MEMMGR |