mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
serialzation.hpp: Fix add_padding
This commit is contained in:
parent
a5ba96e991
commit
0cc655074d
5 changed files with 14 additions and 13 deletions
|
@ -596,7 +596,7 @@ void fmt_class_string<std::source_location>::format(std::string& out, u64 arg)
|
|||
}
|
||||
}
|
||||
|
||||
func = func.substr(0, index);
|
||||
func = func.substr(0, index) + "()";
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue