summaryrefslogtreecommitdiffstats
path: root/avahi-sharp/Utility.cs
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-sharp/Utility.cs')
-rw-r--r--avahi-sharp/Utility.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-sharp/Utility.cs b/avahi-sharp/Utility.cs
index b15161c..819e37c 100644
--- a/avahi-sharp/Utility.cs
+++ b/avahi-sharp/Utility.cs
@@ -65,7 +65,7 @@ namespace Avahi
if (str == null)
return null;
- return Encoding.UTF8.GetBytes (str);
+ return Encoding.UTF8.GetBytes (str + "\0"); // lame.
}
private static IntPtr StringToPtr (string str)