From af77092ab4ce74ef5039c5104ac3305c7b00112b Mon Sep 17 00:00:00 2001 From: taynpg Date: Mon, 7 Apr 2025 23:43:50 +0800 Subject: [PATCH] =?UTF-8?q?change=EF=BC=9Auuid=E6=A8=A1=E6=8B=9F=E5=AE=9E?= =?UTF-8?q?=E7=8E=B0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/client.cpp | 4 ++-- ofen | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/client.cpp b/client/client.cpp index 6579dba..225c20c 100644 --- a/client/client.cpp +++ b/client/client.cpp @@ -807,8 +807,8 @@ bool CClient::save_uuid() TLOGE("Open File Failed {}", uuid_path.string()); return false; } - std::string uuid1 = OfUtil::get_uuid(); - std::string uuid2 = OfUtil::get_uuid(); + std::string uuid1 = OfUtil::get_sim_uuid(); + std::string uuid2 = OfUtil::get_sim_uuid(); std::string uuid = uuid1 + "-" + uuid2; out_file << uuid; out_file.close(); diff --git a/ofen b/ofen index 9313801..fbc26d5 160000 --- a/ofen +++ b/ofen @@ -1 +1 @@ -Subproject commit 931380105b6ec88ce86912f3139c5b1fb2fb280b +Subproject commit fbc26d565f7b73418dd9bfaee3fc67b77a56daba