Hello,
   Something I just noticed whilst modifying my hugs system. In
the file "hugs.c", there is the line

    hugsEdit      = strCopy(fromEnv("EDITOR","c:\\windows\notepad.exe"));

when presumably

    hugsEdit      = strCopy(fromEnv("EDITOR","c:\\windows\\notepad.exe"));

                                                --       ^^^
is intended?

D.
-------------------------------------------------------------------------------
Dr. David Wakeling, School of Engineering and Computer Science 
University of Exeter, Exeter, Devon, EX4 4PT. 
unofficial web page: http://www.dcs.ex.ac.uk/~david
-------------------------------------------------------------------------------

Reply via email to