comparison src/dbusbind.c @ 101276:dd95cb42c0aa

* dbusbind.c (Fdbus_register_signal): * process.c (conv_sockaddr_to_lisp): * w32fns.c (Fw32_battery_status): Use empty_unibyte_string.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 18 Jan 2009 03:58:09 +0000
parents e038c1a8307c
children 25fc47c9b012
comparison
equal deleted inserted replaced
101275:5bc8609f80b5 101276:dd95cb42c0aa
1657 { 1657 {
1658 uname = call2 (intern ("dbus-get-name-owner"), bus, service); 1658 uname = call2 (intern ("dbus-get-name-owner"), bus, service);
1659 /* When there is no unique name, we mark it with an empty 1659 /* When there is no unique name, we mark it with an empty
1660 string. */ 1660 string. */
1661 if (NILP (uname)) 1661 if (NILP (uname))
1662 uname = build_string (""); 1662 uname = empty_unibyte_string;
1663 } 1663 }
1664 else 1664 else
1665 uname = service; 1665 uname = service;
1666 1666
1667 /* Create a matching rule if the unique name exists (when no 1667 /* Create a matching rule if the unique name exists (when no