mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-30 23:12:13 +02:00
parent
dbbf26f03c
commit
72def8c75d
@ -24,7 +24,7 @@ namespace ams::erpt::srv {
|
|||||||
attachment_id.uuid.ToString(uuid_str, sizeof(uuid_str));
|
attachment_id.uuid.ToString(uuid_str, sizeof(uuid_str));
|
||||||
|
|
||||||
AttachmentFileName attachment_name;
|
AttachmentFileName attachment_name;
|
||||||
std::snprintf(attachment_name.name, sizeof(attachment_name.name), "%s/%s.att", ReportStoragePath, uuid_str);
|
std::snprintf(attachment_name.name, sizeof(attachment_name.name), "%s:/%s.att", ReportStoragePath, uuid_str);
|
||||||
return attachment_name;
|
return attachment_name;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user