OSDN Git Service

[VM][General][WIP] Start to merge upstream 2018-10-14.Open branch upstream_20181014 .
[csp-qt/common_source_project-fm7.git] / source / src / vm / multi8 / kanji.cpp
index e190f8c..70bb8df 100644 (file)
@@ -67,7 +67,7 @@ bool KANJI::process_state(FILEIO* state_fio, bool loading)
        if(!state_fio->StateCheckInt32(this_device_id)) {
                return false;
        }
-       state_fio->StateUint32(ptr);
+       state_fio->StateValue(ptr);
        return true;
 }