Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
xfc1939 committed Jan 27, 2024
1 parent 226e2d6 commit 40c4088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/commandlineflags.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
DEFINE_string(name, EnvToString("GLOG_" #name, value), meaning)

#define GLOG_DEFINE_wstring(name, value, meaning) \
DEFINE_wstring(name, EnvToString(L"GLOG_" #name, value), meaning)
DEFINE_wstring(name, EnvToString(L"GLOG_", value), meaning)


// These macros (could be functions, but I don't want to bother with a .cc
Expand Down

0 comments on commit 40c4088

Please sign in to comment.