Skip to content

Commit

Permalink
- Fix compile error with latest libOGC
Browse files Browse the repository at this point in the history
  • Loading branch information
emukidid committed Nov 23, 2016
1 parent 7c30cb7 commit 7d95c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gamecube/fileBrowser/fileBrowser-SMB.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ static void* init_network(void *args) {

if(!net_initialized) {
netInitPending = 1;
res = if_config(ip, NULL, NULL, true);
res = if_config(ip, NULL, NULL, true, 5);
if(res >= 0) {
net_initialized = 1;
}
Expand Down

0 comments on commit 7d95c73

Please sign in to comment.