Changeset 1145 for trunk/libtorrent/src/torrent/object_stream.cc
- Timestamp:
- 03/15/10 14:31:50 (2 years ago)
- Files:
-
- 1 modified
-
trunk/libtorrent/src/torrent/object_stream.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtorrent/src/torrent/object_stream.cc
r1144 r1145 500 500 break; 501 501 } 502 case Object::TYPE_RAW_VALUE:503 {504 raw_value raw = object->as_raw_value();505 object_write_bencode_c_char(output, 'i');506 object_write_bencode_c_string(output, raw.begin(), raw.size());507 object_write_bencode_c_char(output, 'e');508 break;509 }510 502 case Object::TYPE_RAW_STRING: 511 503 {
