From 4b4b01b76ad85222ae108ccdfac8b4f2c52ce71c Mon Sep 17 00:00:00 2001 From: robojumper Date: Sun, 24 Nov 2024 13:22:02 +0100 Subject: Check whether sjiswrap v1.2.0 fixes invalid char errors in CI --- src/m/m2d.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/m/m2d.cpp') diff --git a/src/m/m2d.cpp b/src/m/m2d.cpp index b00cfa65..5a8b131b 100644 --- a/src/m/m2d.cpp +++ b/src/m/m2d.cpp @@ -28,7 +28,7 @@ void create(EGG::Heap *heap, u32 size) { if (size != 0) { heap = EGG::ExpHeap::create(size, heap, 0); // Supposed to be 2D表示用ヒープ(m2d::create), but creates a linux compile issue - heap->setName("2D\x95\x5C示用ヒープ(m2d::create)"); + heap->setName("2D表示用ヒープ(m2d::create)"); } mAllocator_c *allocator = new (heap, 0x04) mAllocator_c(); allocator->attach(heap, 4); -- cgit v1.2.3