Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: One more crafty tweak to the current source code base...

Author: F. Huber

Date: 12:08:20 08/24/05

Go up one level in this thread


On August 24, 2005 at 15:01:37, Dann Corbit wrote:

>On August 24, 2005 at 14:49:52, F. Huber wrote:
>
>>On August 24, 2005 at 13:41:26, Robert Hyatt wrote:
>>
>>>On August 24, 2005 at 13:26:54, Dann Corbit wrote:
>>>
>>>>Change:
>>>># if !defined(SMP)
>>>>    return (maloc(size)); /* Notice the missing 'l' in malloc() */
>>>># else
>>>>    return WinMalloc(size, tid);
>>>># endif
>>>>#endif
>>>>
>>>>to:
>>>># if !defined(SMP)
>>>>    return (malloc(size));
>>>># else
>>>>    return WinMalloc(size, tid);
>>>># endif
>>>>#endif
>>>
>>>
>>>fixed.  Typo on my part...
>>
>>Hi Bob,
>>
>>the *.tar.gz is ok, but the *.zip is still the old buggy version!
>
>Of course, the code in both archives is the same stuff, and it is only a single
>letter that needs to be added in any case.
>
>So easy to deal with until corrected.

I know that, but I´m quite sure that most people who want to compile it by
themselves would download the ZIP-file (maybe even ChessBase!?) -
so I only wanted to mention it ...



This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.