mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-14 06:02:31 +00:00
* Added some missing includes.
* Changed more key bindings in ElementDownloadList to commands. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@1038 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -117,7 +117,7 @@ parse_command(target_type target, const char* first, const char* last) {
|
||||
throw torrent::input_error("Could not find '='.");
|
||||
|
||||
torrent::Object args;
|
||||
first = parse_whole_list(first + 1, last, &args);
|
||||
first = parse_whole_list(first + 1, last, &args, &parse_is_delim_command);
|
||||
|
||||
// Find the last character that is part of this command, skipping
|
||||
// the whitespace at the end. This ensures us that the caller
|
||||
|
||||
Reference in New Issue
Block a user