>>>>> "Mohan" == Mohan Embar <gnustuff@thisiscool.com> writes: Mohan> 2003年10月18日 Mohan Embar <gnustuff@thisiscool.com> Mohan> PR libgcj/6652: Mohan> * java/io/natFileWin32.cc (getCanonicalPath): Treat "" like ".". This looks fine to me. One note... Mohan> + const char* thepath = *cpath.buf() ? cpath.buf() : "."; Mohan> + // "" becomes "." Put comments before the code, not after. Tom