Re: [Scid-users] Scid: scmerge does not work

2008-06-22 Thread Pascal Georges
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

Re: [Scid-users] Scid: scmerge does not work

2008-06-20 Thread Pascal Georges
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