List Info

Thread: about path




about path
user name
2006-04-11 13:07:46

Nice find. ; Thanks.   I’ll commit this change.

 

Scott

 


From: repro-devel-bounceslist.sipfoundry.org [mailto:repro-devel-bounceslist.sipfoundry.org] On Behalf Of zhx.eric
Sent: Tuesday, April 11, 2006 8:10 AM
To: repro-devellist.sipfoundry.org
Subject: [repro-devel] about path

 

Hi all,

        I found in repro’s log, there is too verbose file path, such as “d:\projects\resiprocate-main\repro\Debug\repro.exe̶1;,  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 )