new szPath[256],iLen = 0; iLen = get_configsdir( szPath,charsmax( szPath ) ) formatex(szPath[ iLen ], charsmax( szPath ) - iLen,"/diablomod.cfg");można skrócić do
new szPath[256]; formatex(szPath[ get_configsdir( szPath,charsmax( szPath ) ) ], charsmax( szPath ),"/diablomod.cfg");
Spójrz na kod:
iLen = get_configsdir( szPath,charsmax( szPath )
Czy nie powinno być ?:
iLen = get_configsdir( szPath,charsmax( szPath ) )
(chodzi o 1 nawias)
zaginął przy kopiowaniu
Tak bywa często.