Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Fix

Author: Dieter Buerssner

Date: 03:51:05 01/23/05

Go up one level in this thread


Here it is line 6451, which reads

		if ((NULL == fp) && (iTb <= tbid_kqqkq))
			{
			// Check for kxykznb?.emd (8+3 format)

change it to

#if defined (T41_INCLUDE)
		if ((NULL == fp) && (iTb <= tbid_kqqqk))
#else
		if ((NULL == fp) && (iTb <= tbid_kqqkq))
#endif

Idea should be clear. I wonder, why this has to be restricted anyway?

My first post did forget to mention other naming conventions supported as well.

kpk_nbw.emd and kpk_nbw_emd

Regards,
Dieter



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.