Check whether sjiswrap v1.2.0 fixes invalid char errors in CI

This commit is contained in:
robojumper
2024-11-24 13:22:02 +01:00
parent ab290a2788
commit 4b4b01b76a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ void dHeap::createLayoutEx2Heap(size_t size, EGG::Heap *parent) {
void dHeap::createLayoutResHeap(size_t size, EGG::Heap *parent) {
// Supposed to be "レイアウトリソース用ヒープ(dHeap::layoutResHeap)" but
// this creates a Linux compile issue with wibo
static const char name[] = "レイアウトリ\x83\x5Cース用ヒープ(dHeap::layoutResHeap)";
static const char name[] = "レイアウトリース用ヒープ(dHeap::layoutResHeap)";
layoutResHeap.init(name, size, parent);
}
void dHeap::createFontHeap(size_t size, EGG::Heap *parent) {