Mercurial > hg > xemacs-beta
diff src/eldap.c @ 292:6cb5e14cd98e r21-0b44
Import from CVS: tag r21-0b44
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:37:15 +0200 |
parents | 57709be46d1b |
children | 70ad99077275 |
line wrap: on
line diff
--- a/src/eldap.c Mon Aug 13 10:36:50 2007 +0200 +++ b/src/eldap.c Mon Aug 13 10:37:15 2007 +0200 @@ -505,13 +505,13 @@ a != NULL; a= ldap_next_attribute (ld, e, ptr) ) { - list = Fcons (build_string (a), Qnil); + list = Fcons (build_ext_string (a, FORMAT_OS), Qnil); unwind.vals = ldap_get_values (ld, e, a); if (unwind.vals != NULL) { for (i = 0; unwind.vals[i] != NULL; i++) { - list = Fcons (build_string (unwind.vals[i]), + list = Fcons (build_ext_string (unwind.vals[i], FORMAT_OS), list); } }