Skip to content

Commit

Permalink
Compile fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
wyattoday committed Feb 6, 2012
1 parent 564c949 commit 46a7936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ClientFile.cs
Expand Up @@ -337,7 +337,7 @@ public void OpenClientFile(string m_Filename)
zip["iuclient.iuc"].Extract(ms);

//read in the client data
LoadClientData(ms);
LoadClientData(ms, null, null);
}

ContainsUninstallFile = zip["uninstall.dat"] != null;
Expand Down

0 comments on commit 46a7936

Please sign in to comment.