updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / qspice-client / fix-gcc-4.4.patch
blob69619fd970bf8b550e0c9f7433c90554ef2ffd61
1 diff -Naur qspice-client-0.3.0/red/spice_configuration.cpp qspice-client-0.3.0.new/red/spice_configuration.cpp
2 --- qspice-client-0.3.0/red/spice_configuration.cpp 2010-03-01 17:47:05.000000000 -0300
3 +++ qspice-client-0.3.0.new/red/spice_configuration.cpp 2010-07-07 15:32:12.000000000 -0400
4 @@ -94,7 +94,7 @@
5 std::string keys;
7 vector<string> tokens;
8 - boost::split(tokens, hotkey, boost::is_any_of("="));
9 + boost::split(tokens, hotkey, boost::is_any_of(string("=")));
11 if (tokens.size() == 2) {
12 int action = action_name(tokens[0]);