On Tue, 28 Jan 2020 13:28:02 +0000 Anders Nedergaard Jensen <jen...@math.au.dk> 
wrote:
Thanks for the bug report.
Line 30 of application.cpp looks suspicious:
  while(p[l]!=0 && p[l]!='/');
Does it help to change it to
  while(l!=0 && p[l]!='/');
?
If not, I think I need to know what the char* argv[0] points to when main is  
called.

I included a slight modification of this patch (with "l >= 0" instead of
"l != 0") in the latest gfan upload (0.6.2-5).  Fingers crossed that it
fixes things on riscv64!

Doug

Attachment: signature.asc
Description: PGP signature

Reply via email to