Open GoogleCodeExporter opened 9 years ago
FileSynchronize.cpp的511行附近是如下信息:
506 string FileSynchronize::AddExclude() {
507 string command;
508 for (int i = 0; i < cfilter.size(); i++) {
509 command += " --exclude=" + StrEscaped(cfilter[i]);
510 }
511 return command;
512 }
Original comment by zerg...@163.com
on 11 Mar 2012 at 6:01
Original issue reported on code.google.com by
zerg...@163.com
on 11 Mar 2012 at 5:48