mirror of
https://github.com/Ed94/metadesk.git
synced 2026-07-24 08:27:51 +00:00
c11.refactor (base should be mapped)
This commit is contained in:
+1
-1
@@ -315,7 +315,7 @@ os_string_from_guid(Arena* arena, OS_Guid guid) {
|
||||
|
||||
inline String8
|
||||
os_string_from_guid(AllocatorInfo ainfo, OS_Guid guid) {
|
||||
String8 result = str8f(ainfo,
|
||||
String8 result = alloc_str8f(ainfo,
|
||||
"%08X-%04X-%04X-%02X%02X-%02X%02X%02X%02X%02X%02X",
|
||||
guid.data1,
|
||||
guid.data2,
|
||||
|
||||
Reference in New Issue
Block a user