List Info

Thread: about path




about path
user name
2006-04-11 12:09:45

Hi all,

        I found in repro’s log, there is too verbose file path, such as “d:\projects\resiprocate-main\repro\Debug\repro.exe”,  it prints all full path in log, of course it’s windows platform, So I suggestion to make following modification. In file Log.cxx line 113 – 116

  pb.skipBackToChar('/');

 

change them to following

 

#ifdef _WIN32

pb.skipBackToChar('\\');

#else

Pb.skipBackToChar(216;/’;);

#endif

 

 

[1]

about | contact  Other archives ( Real Estate discussion Medical topics )