From: Petr M. <mi...@ph...> - 2005-11-13 14:28:06
|
> I just compiled the current CVS HEAD to update my Gnuplot installation. > Unfortunately I am unable to change to any root folder (on Windows). If > I type in "cd 'C:\'" I get the following error: > Can't change to this directory > The same applies to D:\ etc. (any root folder). Is that only me or is it > a bug? It is a bug. Can be reproduced in this way: gnuplot> set title 'c:\' gnuplot> show title title is "c:\\'", offset at ((character units) 0, 0, 0) It seems routine try_to_get_string() returns one superfluous ' more. This routine calls const_express() ... fixing this needs an expert. --- PM |