I am calling the .ini function, and examining the string passed in the calling context, it looks OK, but inside the library function it reports "Out of bounds pointer argument (before start of array)".
The calling line is;
if ( Ini_ReadFromFile ( g_myInifile, sysininame ) == 1 )
If I edit this line and re-save (without changing the code), it then works OK. What is the likely cause, and how do I track it down?