* 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:
rakshasa
2008-02-03 14:30:58 +00:00
parent 1b96bd6016
commit afe1312eb6
9 changed files with 73 additions and 84 deletions
+1 -1
View File
@@ -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