comparison src/eldap.c @ 444:576fb035e263 r21-2-37

Import from CVS: tag r21-2-37
author cvs
date Mon, 13 Aug 2007 11:36:19 +0200
parents abe6d1db359e
children 1ccc32a20af4
comparison
equal deleted inserted replaced
443:a8296e22da4e 444:576fb035e263
118 118
119 write_c_string ("#<ldap ", printcharfun); 119 write_c_string ("#<ldap ", printcharfun);
120 print_internal (ldap->host, printcharfun, 1); 120 print_internal (ldap->host, printcharfun, 1);
121 if (!ldap->ld) 121 if (!ldap->ld)
122 write_c_string ("(dead) ",printcharfun); 122 write_c_string ("(dead) ",printcharfun);
123 sprintf (buf, " 0x%x>", (unsigned int)ldap); 123 sprintf (buf, " 0x%lx>", (long)ldap);
124 write_c_string (buf, printcharfun); 124 write_c_string (buf, printcharfun);
125 } 125 }
126 126
127 static Lisp_LDAP * 127 static Lisp_LDAP *
128 allocate_ldap (void) 128 allocate_ldap (void)