| commit | a401ae4010eeb385a0775c505637bbc332bc184c | [log] [tgz] | 
|---|---|---|
| author | Walter Dörwald <walter@livinglogic.de> | Mon Jun 03 10:41:45 2002 +0000 | 
| committer | Walter Dörwald <walter@livinglogic.de> | Mon Jun 03 10:41:45 2002 +0000 | 
| tree | 3110d26f822759937480c0fc1417e04ddf0ec91a | |
| parent | c5000dfc4098f8547461e790a91536a923124261 [diff] | 
Fix a regression from the 1.68->1.69 checkin: string.split(foo, bar) must be foo.split(bar) instead of bar.split(foo).