Mir

Code review comment for lp:~kdub/mir/mirscreencast-limited-capture

Revision history for this message
Alberto Aguirre (albaguirre) wrote :

56 + number_of_captures = atoi(optarg);

Maybe replace with
std::stoi(std::string(optarg));

Then it will throw if it can't parse a number.

review: Needs Fixing

« Back to merge proposal