Browse Source

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
Palana 10 years ago
parent
commit
b2714fa353
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libobs/util/profiler.c

+ 1 - 1
libobs/util/profiler.c

@@ -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,