Skip to content

Commit e4d05c6

Browse files
committed
Argument fixed
Signed-off-by: local <[email protected]>
1 parent ca07a52 commit e4d05c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WindowsDriver/WindowsDriver/main.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55

66
int main(int argc, char* argv[]) {
7-
/*
7+
88
if (argc < 2) {
99
return -1;
10-
}*/
11-
feeder* f = new feeder("192.168.1.158", 1182);
10+
}
11+
feeder* f = new feeder(argv[1], 1182);
1212
int res = f->connect();
1313
printf("%d\n", res);
1414
f->start_feeder_thread();

0 commit comments

Comments
 (0)