feat update
All checks were successful
rpcrypto-build / build (Release, hisiv510.toolchain.cmake) (push) Successful in 1m31s
rpcrypto-build / build (Debug, hisiv510.toolchain.cmake) (push) Successful in 1m35s
rpcrypto-build / build (Debug, himix200.toolchain.cmake) (push) Successful in 1m40s
linux-hisiv500-gcc / linux-gcc-hisiv500 (push) Successful in 1m39s
rpcrypto-build / build (Release, himix200.toolchain.cmake) (push) Successful in 1m47s
linux-mips64-gcc / linux-gcc-mips64el (push) Successful in 1m47s
linux-x64-gcc / linux-gcc (push) Successful in 1m55s

This commit is contained in:
tqcq 2024-01-22 11:41:17 +08:00
parent 601c8902c8
commit 6483c28e26

View File

@ -69,7 +69,7 @@ Location::Location(const char *function_name,
const char *file_name, const char *file_name,
int line_number) int line_number)
: function_name_(function_name), : function_name_(function_name),
file_name_(file_name + StrippedFilePathPrefixLength()), file_name_(file_name),
line_number_(line_number) line_number_(line_number)
{} {}