[Xapian-commits] 8022: trunk/xapian-core/ trunk/xapian-core/net/
olly
xapian-commits at lists.xapian.org
Sat Mar 31 06:23:40 BST 2007
SVN root: svn://svn.xapian.org/xapian
Changes by: olly
Revision: 8022
Date: 2007-03-31 06:23:38 +0100 (Sat, 31 Mar 2007)
Log message (3 lines):
net/remoteconnection.cc: Use const_cast to avoid GCC warning
about casting away const. Use string::data() rather than
string::c_str() since we don't need a terminating zero byte.
Modified files:
U trunk/xapian-core/ChangeLog
U trunk/xapian-core/net/remoteconnection.cc
Links:
http://xapian.org/C?8022
http://xapian.org/C?8022?trunk/xapian-core/ChangeLog
http://xapian.org/C?8022?trunk/xapian-core/net/remoteconnection.cc
More information about the Xapian-commits
mailing list