Sfoglia il codice sorgente

Follow up r16736 fixing something that'd happen when DISABLE_ERS is used.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16737 54d463be-8e91-2dee-dedb-b68131a5f0ec
shennetsind 12 anni fa
parent
commit
a6ff734407
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/common/ers.h

+ 1 - 1
src/common/ers.h

@@ -126,7 +126,7 @@ typedef struct eri {
 #	define ers_entry_size(obj) (size_t)0
 #	define ers_destroy(obj)
 // Disable the public functions
-#	define ers_new(size,name) NULL
+#	define ers_new(size,name,options) NULL
 #	define ers_report()
 #	define ers_force_destroy_all()
 #else /* not DISABLE_ERS */