Changeset 2390 for cpc/trunk/project/batch
- Timestamp:
- Oct 11, 2011, 12:17:34 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/batch/hemicycle/download_hemicycle.pl
r2389 r2390 42 42 if ($size) { 43 43 $cpt++; 44 exit if ($cpt > 3);44 last if ($cpt > 3); 45 45 next; 46 46 }
Note: See TracChangeset
for help on using the changeset viewer.