]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - server/rcon.pl
fix a NUL getting created in rcon2irc when translating U+E000
[xonotic/xonotic.git] / server / rcon.pl
index 87eecf05638e067cf5b2fae302aeca74e2e2a033..2ecd45c2ef3727b95af70d8af70809ce1b96c97c 100755 (executable)
@@ -57,7 +57,7 @@ sub color_irc2dp($)
 }
 
 our @text_qfont_table = ( # ripped from DP console.c qfont_table
-    "\0", '#',  '#',  '#',  '#',  '.',  '#',  '#',
+    '',   '#',  '#',  '#',  '#',  '.',  '#',  '#',
     '#',  9,    10,   '#',  ' ',  13,   '.',  '.',
     '[',  ']',  '0',  '1',  '2',  '3',  '4',  '5',
     '6',  '7',  '8',  '9',  '.',  '<',  '=',  '>',