libobs/util: Restore original code point

This was broken in cd222f8ce03a65815ef6474cce89f069c1d49f8c which had a
horrible commit message that makes replicating the issue impossible if
there weren't others who reported similar visual studio issues when
using a Japanese locale
This commit is contained in:
Palana 2015-09-08 11:35:53 +02:00
parent 4c3394f7bf
commit b2714fa353

View File

@ -490,7 +490,7 @@ typedef void (*profile_entry_print_func)(profiler_snapshot_entry_t *entry,
/* UTF-8 characters */
#define VPIPE_RIGHT " \xe2\x94\xa3"
#define VPIPE " \xe2\x95\x83"
#define VPIPE " \xe2\x94\x83"
#define DOWN_RIGHT " \xe2\x94\x97"
static void make_indent_string(struct dstr *indent_buffer, unsigned indent,