mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-11 12:42:31 +00:00
* Added string, value and bool types to 'system.method.insert' for
storing variables. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1076 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -123,7 +123,7 @@ CommandVariable::set_string(Command* rawCommand, cleaned_type target, const torr
|
||||
|
||||
switch (arg.type()) {
|
||||
case torrent::Object::TYPE_NONE:
|
||||
variable->m_variable = std::string("");
|
||||
variable->m_variable = std::string();
|
||||
break;
|
||||
|
||||
// case torrent::Object::TYPE_VALUE:
|
||||
|
||||
Reference in New Issue
Block a user