Skip to content

Commit d538615

Browse files
Daaaavflibitijibibo
authored andcommitted
Update SheenBidi to 2.9.0
This fixes our problem with Valgrind reporting a jump based on an uninitialized value; see Tehreer/SheenBidi#19 Just to be sure nothing unexpected happens, I tested that this doesn't cause any changes in behavior by outputting bidi-transformed versions of all strings in strings.xml to a file for both our Arabic and Persian localizations before and after the update, and confirming that the files are the same.
1 parent 7dccc2d commit d538615

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

desktop_version/src/FontBidi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#include "FontBidi.h"
22

33
#include <SDL.h>
4+
#include <SheenBidi/SheenBidi.h>
45

56
#include "Alloc.h"
67
#include "UTF8.h"
78

89
extern "C"
910
{
1011
#include <c-hashmap/map.h>
11-
#include <SheenBidi.h>
1212
}
1313

1414
namespace font

third_party/SheenBidi

Submodule SheenBidi updated 162 files

0 commit comments

Comments
 (0)