bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] New gnubg-no-gui.exe unable to read MET


From: Jon Kinsey
Subject: Re: [Bug-gnubg] New gnubg-no-gui.exe unable to read MET
Date: Wed, 16 Feb 2005 08:24:01 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041206 Thunderbird/1.0 Mnenhy/0.7

macherius wrote:

The suspect patch is this one: "Tue Feb  7  17:56:45 2005 GMT  Jon Kinsey
<address@hidden> * gnubg.c: change get install dir to look at path
to exe (windows)." Around that time MET loading broke in my compiles.

I changed the code which looked for the directory gnubg was installed in
the registry to get this info from the running .exe.  This was because I
now have two different gnubg directories (one for 1.3 and one for 2.6) -
and it was picking up info from the wrong one.

Perhaps removing the trailing slash is the problem, I'll make this change:
*p = '\0'; --> p[1] = '\0';

Jon

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]