2013-09-26 17:14:40 +02:00

14 lines
341 B
Plaintext

$NetBSD: patch-am,v 1.1 2008/11/15 03:59:10 chuck Exp $
--- tools/dbus-launch-x11.c.orig 2008-11-14 22:45:04.000000000 -0500
+++ tools/dbus-launch-x11.c 2008-11-14 22:45:44.000000000 -0500
@@ -143,7 +143,7 @@
*/
for (p = display; *p; ++p)
{
- if (*p == ':')
+ if (*p == ':' || *p == '/')
*p = '_';
}