diff options
Diffstat (limited to 'src/dbusbind.c')
| -rw-r--r-- | src/dbusbind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbusbind.c b/src/dbusbind.c index a6a7ef706f6..6e97f168ea4 100644 --- a/src/dbusbind.c +++ b/src/dbusbind.c | |||
| @@ -1659,7 +1659,7 @@ usage: (dbus-register-signal BUS SERVICE PATH INTERFACE SIGNAL HANDLER &rest ARG | |||
| 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; |