Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit e0fbb6d

Browse files
author
xfc1939
committed
fix:use default value
1 parent 03d39e5 commit e0fbb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flags.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ GLOG_DEFINE_string(
152152
"of the default logging directory.");
153153

154154
GLOG_DEFINE_wstring(
155-
log_wdir, DefaultLogDir<wchar_t>(),
155+
log_wdir, L"",
156156
L"If specified, logfiles are written into this directory instead "
157157
L"of the default logging directory.");
158158

0 commit comments

Comments
 (0)