- Fixed escaping of spaces for scp and curl
This commit is contained in:
Johannes Schlatow 2011-11-30 00:12:20 +01:00
parent edad4d2ee6
commit d8d2060b39
5 changed files with 69 additions and 23 deletions

View file

@ -80,5 +80,7 @@ unsigned burndown_size (unsigned ntasks);
const std::string encode (const std::string&);
const std::string decode (const std::string&);
const std::string escape (const std::string&, char);
#endif
////////////////////////////////////////////////////////////////////////////////