Ignore:
Timestamp:
Jun 21, 2008, 8:01:01 AM (16 years ago)
Author:
イグトランス (egtra)
Message:

表記揺れ、ミスなど修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/ablib/src/Classes/System/Text/StringBuilder.ab

    r497 r521  
    362362        separateBuffer()
    363363        Dim i As Long
    364         Dim last = ELM(start + count)
     364        Dim last = start + count - 1'ELM(start + count)
    365365        For i = start To last
    366366            If chars[i] = oldChar Then
Note: See TracChangeset for help on using the changeset viewer.