linux-powerpc trouble

Carlos Santander csantander619 at gmail.com
Thu Nov 23 10:09:44 PST 2006


Marcel Unbehaun escribió:
> Hi!
> 
> Thanks a lot for the fast reply!
> Would you please give an example of what you mean?
> I forgot to mention that I can't program :(
> friendly,
> Marcel

Again, I have not seen the code, but I think this might solve your problem.
Basically, you have this line:

if (!parser[dirName][fileName])

Change it to:

if (! (fileName in parser[dirName]))

If it compiles, fine. If it doesn't, that means my assumption is wrong.
If it compiles, see if your program works now. If it doesn't, it means that a 
further look to the code is needed.

-- 
Carlos Santander Bernal



More information about the D.gnu mailing list