-Pssst... When adding arguments to functions, don't forget to make sure all calls to the function are fixed too.

This commit is contained in:
cyberwarriorx 2007-02-12 20:09:26 +00:00
parent 50deb34e86
commit 768f32ef69
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ extern DWORD ds_select;
extern DWORD ds_start;
extern DWORD ds_debug;
void GetINIPath(char *initpath);
void GetINIPath(char *initpath,u16 bufferSize);
void ReadConfig(void);
BOOL CALLBACK ConfigView_Proc(HWND dialog,UINT komunikat,WPARAM wparam,LPARAM lparam);

View File

@ -467,7 +467,7 @@ int WINAPI WinMain (HINSTANCE hThisInstance,
LogStart();
#endif
GetINIPath(IniName);
GetINIPath(IniName, MAX_PATH);
NDS_Init();