<URL: http://bugs.freeciv.org/Ticket/Display.html?id=39644 >

> [pepeto - Ven. Aoû. 31 18:25:43 2007]:
> I always got this too, but it's not new:
> ltable.c: In function «luaH_mainposition":
> ltable.c:108: attention : transtypage d'un pointeur vers un entier de
> taille différente
> ltable.c:110: attention : transtypage d'un pointeur vers un entier de
> taille différente
> 
> 
Cannot correct this, need to use other dependencies...
Patch for auth.c...
--- server/auth.c.old	2007-09-01 10:52:44.000000000 +0200
+++ server/auth.c	2007-09-01 10:53:21.000000000 +0200
@@ -415,7 +415,7 @@
 #ifdef HAVE_AUTH
   bool ok = FALSE;
   char buffer[512] = "";
-  unsigned char checksum[DIGEST_HEX_BYTES];
+  char checksum[DIGEST_HEX_BYTES];
   MYSQL *sock, mysql;
 
   /* do the password checking right here */
_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to