- Timestamp:
- 03/18/08 18:15:53 (9 months ago)
- Files:
-
- 1 modified
-
lang/c/partty/trunk/src/host.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/c/partty/trunk/src/host.cc
r8076 r8077 224 224 for(const char *p=shared_buffer, *p_end=p+len; p != p_end; ++p) { 225 225 if(*p == m_lock_code) { 226 if(m_lock _code) {227 m_lock _code= false;226 if(m_locking) { 227 m_locking = false; 228 228 std::cout << " *unlocked* " << std::flush; 229 229 } else { 230 m_lock _code= true;230 m_locking = true; 231 231 std::cout << " *locked* " << std::flush; 232 232 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)