Просмотр исходного кода

* Fixed 'strnlen' still causing warnings in db.c on Debian (follow up to r14855).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14885 54d463be-8e91-2dee-dedb-b68131a5f0ec
ai4rei 14 лет назад
Родитель
Сommit
8da289c02a
2 измененных файлов с 2 добавлено и 1 удалено
  1. 2 0
      Changelog-Trunk.txt
  2. 0 1
      src/common/db.c

+ 2 - 0
Changelog-Trunk.txt

@@ -1,5 +1,7 @@
 Date	Added
 
+2011/07/04
+	* Fixed 'strnlen' still causing warnings in db.c on Debian (follow up to r14855). [Ai4rei]
 2011/07/03
 	* Corrected npcdb_checkid to exclude border constants 400 (JT_NEW_NPC_START) and 1000 (JT_MON_BEGIN) (since r4425 and r12025, related r4537). [Ai4rei]
 2011/07/02

+ 0 - 1
src/common/db.c

@@ -67,7 +67,6 @@
 \*****************************************************************************/
 #include <stdio.h>
 #include <stdlib.h>
-#include <string.h>
 
 #include "db.h"
 #include "../common/mmo.h"