summaryrefslogtreecommitdiff
path: root/src/m/m2d.cpp
diff options
context:
space:
mode:
authorrobojumper <robojumper@gmail.com>2024-11-24 13:22:02 +0100
committerrobojumper <robojumper@gmail.com>2024-11-24 13:22:02 +0100
commit4b4b01b76ad85222ae108ccdfac8b4f2c52ce71c (patch)
treee9764e4eb992e26ead577f244dc8c6ef2fbb1be5 /src/m/m2d.cpp
parentab290a27888527104bc2c42c7adcf737698bf77c (diff)
Check whether sjiswrap v1.2.0 fixes invalid char errors in CI
Diffstat (limited to 'src/m/m2d.cpp')
-rw-r--r--src/m/m2d.cpp2
1 files changed, 1 insertions, 1 deletions
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);