shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS shishi/lib


From: shishi-commit
Subject: CVS shishi/lib
Date: Fri, 17 Sep 2004 18:49:21 +0200

Update of /home/cvs/shishi/lib
In directory dopio:/tmp/cvs-serv24115

Modified Files:
        resolv.c 
Log Message:
Fix.


--- /home/cvs/shishi/lib/resolv.c       2004/09/17 14:58:41     1.10
+++ /home/cvs/shishi/lib/resolv.c       2004/09/17 16:49:20     1.11
@@ -207,7 +207,7 @@
        }
 
       /* create a new reply structure to save it in */
-      reply[an] = xmalloc (sizeof (reply[0]));
+      reply[an] = xmalloc (sizeof (*reply[0]));
 
       reply[an]->type = type;
       reply[an]->class = class;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]