Changeset 53c82a94714e439c63a65fccdaf2512383cffb7a
- Timestamp:
- 03/08/10 16:44:23 (5 months ago)
- Author:
- Giuseppe Bilotta <giuseppe.bilotta@…>
- Children:
- 8473982fbfa276ced1394bf704e6de379a0f3e65
- Parents:
- 8893bf66c0aa6f2bbf2e2941f7be82486fecdb46
- git-committer:
- Giuseppe Bilotta <giuseppe.bilotta@gmail.com> 1268055863 +0100
- Message:
-
Fix typo in previous patch
My fault for not finding it in review
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r8893bf6
|
r53c82a9
|
|
| 49 | 49 | penalty += dests.split(',').size |
| 50 | 50 | when :WHO |
| 51 | | args = parts.split |
| | 51 | args = pars.split |
| 52 | 52 | if args.length > 0 |
| 53 | 53 | penalty += args.inject(0){ |sum,x| sum += ((x.length > 4) ? 3 : 5) } |