test
This commit is contained in:
@@ -572,7 +572,7 @@ void komodo_passport_iteration()
|
||||
if ( baseid != refid ) // use direct data for yourself
|
||||
{
|
||||
base = (char *)CURRENCIES[baseid];
|
||||
komodo_statefname(fname,baseid<32?base:"");
|
||||
komodo_statefname(fname,baseid<32?base:(char *)"");
|
||||
komodo_nameset(symbol,dest,base);
|
||||
if ( (fp= fopen(fname,"rb")) != 0 && (sp= komodo_stateptrget(symbol)) != 0 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user