diff --git a/main.cpp b/main.cpp index 2db5504..e422c4c 100644 --- a/main.cpp +++ b/main.cpp @@ -44,7 +44,7 @@ void handle_priority(const std::string &what, const std::string &priority_string #endif for (std::vector::iterator it = priority.begin(); it != priority.end(); it++) { - wanted += *it; + wanted |= *it; #ifdef DEBUG std::cerr << *it << " "; #endif