You were right :
uint gamesCount = 0;
should be a global var and commented out in mergeFile function, and simply
declared outside of this function:
uint gamesCount = 0;
//~~
// mergeFile
inline uint
mergeFile(Index * targe
Marcin, I think it is a consequence of changes introduced with Scid 3.6.19.
Pascal
2008/6/20 Laurent Bouhier <[EMAIL PROTECTED]>:
> Hello,
>
> When using scmerge the result file has only the maximum number of games
> from the initial files (not the sum of the number of games).
>
> Reading the co