Computer Chess Club Archives


Search

Terms

Messages

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

Author: F. Huber

Date: 11:49:52 08/24/05

Go up one level in this thread


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!

Regards,
Franz.



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.