mirror of
https://github.com/monero-project/monero.git
synced 2025-07-31 01:58:50 -04:00
easylogging: replace NULL with empty string literal
This commit is contained in:
parent
977dedce2c
commit
b81b387606
1 changed files with 1 additions and 1 deletions
2
external/easylogging++/easylogging++.h
vendored
2
external/easylogging++/easylogging++.h
vendored
|
@ -1093,7 +1093,7 @@ class File : base::StaticClass {
|
|||
static std::string extractPathFromFilename(const std::string& fullPath,
|
||||
const char* seperator = base::consts::kFilePathSeperator);
|
||||
/// @brief builds stripped filename and puts it in buff
|
||||
static void buildStrippedFilename(const char* filename, char buff[], const std::string &commonPrefix = NULL,
|
||||
static void buildStrippedFilename(const char* filename, char buff[], const std::string &commonPrefix = "",
|
||||
std::size_t limit = base::consts::kSourceFilenameMaxLength);
|
||||
/// @brief builds base filename and puts it in buff
|
||||
static void buildBaseFilename(const std::string& fullPath, char buff[],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue