| Index: dxglcfg/dxglcfg.c |
| — | — | @@ -1688,7 +1688,7 @@ |
| 1689 | 1689 | _tcsncpy(destpath, regbuffer, MAX_PATH + 1);
|
| 1690 | 1690 | _tcscat(destpath, _T("\\ddraw.dll"));
|
| 1691 | 1691 | _tcsncpy(inipath, regbuffer, MAX_PATH + 1);
|
| 1692 | | - _tcscat(inipath, _T("\\dxgl.ini"));
|
| | 1692 | + _tcscat(inipath, _T("\\"));
|
| 1693 | 1693 | _tcsncpy(backuppath, regbuffer, MAX_PATH + 1);
|
| 1694 | 1694 | _tcscat(backuppath, _T("\\ddraw.dll.dxgl-backup"));
|
| 1695 | 1695 | ReadAppINIOptions(inipath, &inioptions);
|
| — | — | @@ -1793,7 +1793,7 @@ |
| 1794 | 1794 | _tcsncpy(destpath, regbuffer, MAX_PATH + 1);
|
| 1795 | 1795 | _tcscat(destpath, _T("\\ddraw.dll"));
|
| 1796 | 1796 | _tcsncpy(inipath, regbuffer, MAX_PATH + 1);
|
| 1797 | | - _tcscat(inipath, _T("\\dxgl.ini"));
|
| | 1797 | + _tcscat(inipath, _T("\\"));
|
| 1798 | 1798 | _tcsncpy(backuppath, regbuffer, MAX_PATH + 1);
|
| 1799 | 1799 | _tcscat(backuppath, _T("\\ddraw.dll.dxgl-backup"));
|
| 1800 | 1800 | ReadAppINIOptions(inipath, &inioptions);
|
| Index: dxglcfg2/dxglcfg2.c |
| — | — | @@ -1965,7 +1965,7 @@ |
| 1966 | 1966 | _tcsncpy(destpath, regbuffer, MAX_PATH + 1);
|
| 1967 | 1967 | _tcscat(destpath, _T("\\ddraw.dll"));
|
| 1968 | 1968 | _tcsncpy(inipath, regbuffer, MAX_PATH + 1);
|
| 1969 | | - _tcscat(inipath, _T("\\dxgl.ini"));
|
| | 1969 | + _tcscat(inipath, _T("\\"));
|
| 1970 | 1970 | _tcsncpy(backuppath, regbuffer, MAX_PATH + 1);
|
| 1971 | 1971 | _tcscat(backuppath, _T("\\ddraw.dll.dxgl-backup"));
|
| 1972 | 1972 | ReadAppINIOptions(inipath, &inioptions);
|
| — | — | @@ -2070,7 +2070,7 @@ |
| 2071 | 2071 | _tcsncpy(destpath, regbuffer, MAX_PATH + 1);
|
| 2072 | 2072 | _tcscat(destpath, _T("\\ddraw.dll"));
|
| 2073 | 2073 | _tcsncpy(inipath, regbuffer, MAX_PATH + 1);
|
| 2074 | | - _tcscat(inipath, _T("\\dxgl.ini"));
|
| | 2074 | + _tcscat(inipath, _T("\\"));
|
| 2075 | 2075 | _tcsncpy(backuppath, regbuffer, MAX_PATH + 1);
|
| 2076 | 2076 | _tcscat(backuppath, _T("\\ddraw.dll.dxgl-backup"));
|
| 2077 | 2077 | ReadAppINIOptions(inipath, &inioptions);
|