From e616e4444c904839436b78e58191038d51cc90cf Mon Sep 17 00:00:00 2001 From: Rintim Date: Wed, 20 Jan 2021 23:07:25 +0800 Subject: [PATCH] [2021/01/20-Inchar] Locate changes --- source/core/data/smdh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/data/smdh.c b/source/core/data/smdh.c index e73e5f8..f1f5d29 100644 --- a/source/core/data/smdh.c +++ b/source/core/data/smdh.c @@ -26,7 +26,7 @@ void smdh_region_to_string(char* out, u32 region, size_t size) { if(region == 0) { snprintf(out, size, "未知"); } else if((region & SMDH_ALL_REGIONS) == SMDH_ALL_REGIONS) { - snprintf(out, size, "无"); + snprintf(out, size, "无/任意"); } else { size_t pos = 0;