Skip to content

Commit b492412

Browse files
matthewtffabyss7
authored andcommitted
Fix clang wrapper compilation (#120)
1 parent d5345ac commit b492412

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/clang/main.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ int main(int argc, char* argv[]) {
6666
// get destructed before the invokation of |exec|. Do not use global
6767
// objects!
6868
// FIXME: move |configuration| et al. inside |DoMain()| after mocking |GetEnv|
69-
if (client::DoMain(argc, argv, socket_path,
70-
Immutable::WrapString(config.path()),
69+
if (client::DoMain(argc, argv, socket_path, config.path(),
7170
Immutable::WrapString(config.version()),
7271
config.connect_timeout(), config.read_timeout(),
7372
config.send_timeout(), config.read_minimum(),

0 commit comments

Comments
 (0)