[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS gss/lib
From: |
gss-commit |
Subject: |
CVS gss/lib |
Date: |
Tue, 05 Oct 2004 21:15:21 +0200 |
Update of /home/cvs/gss/lib
In directory dopio:/tmp/cvs-serv17343/lib
Modified Files:
name.c
Log Message:
Update Gnulib.
Fix callers.
--- /home/cvs/gss/lib/name.c 2004/04/19 22:22:55 1.31
+++ /home/cvs/gss/lib/name.c 2004/10/05 19:15:21 1.32
@@ -74,7 +74,7 @@
*output_name = xmalloc (sizeof (**output_name));
(*output_name)->length = input_name_buffer->length;
- (*output_name)->value = xclone (input_name_buffer->value,
+ (*output_name)->value = xmemdup (input_name_buffer->value,
input_name_buffer->length);
if (input_name_type)
- CVS gss/lib,
gss-commit <=