From 93c6929df835245cb6310949da1c96679d12203c Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 4 Oct 2015 15:56:08 +0100 Subject: [PATCH] Updated UUID support. --- source/common/uuid.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/common/uuid.cpp b/source/common/uuid.cpp index f3603b1..bc90bdd 100644 --- a/source/common/uuid.cpp +++ b/source/common/uuid.cpp @@ -36,6 +36,9 @@ wxString GenerateUUID() pclose(uuid_hdl); + Result = wxString::Format(wxT("%s"), uuidout); + Result.Trim(); + #endif return Result; -- 2.39.2