Skip to content

Commit

Permalink
Argument fixed
Browse files Browse the repository at this point in the history
Signed-off-by: local <[email protected]>
  • Loading branch information
localcc committed Jan 10, 2020
1 parent ca07a52 commit e4d05c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WindowsDriver/WindowsDriver/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@


int main(int argc, char* argv[]) {
/*

if (argc < 2) {
return -1;
}*/
feeder* f = new feeder("192.168.1.158", 1182);
}
feeder* f = new feeder(argv[1], 1182);
int res = f->connect();
printf("%d\n", res);
f->start_feeder_thread();
Expand Down

0 comments on commit e4d05c6

Please sign in to comment.