Ignore:
Timestamp:
Aug 9, 2008, 1:32:26 PM (16 years ago)
Author:
イグトランス (egtra)
Message:

Unicodeコンパイルで問題になる部分を修正

File:
1 edited

Legend:

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

    r497 r581  
    151151    */
    152152    Function GetBytes(s As String, index As Long, count As Long, bytes As *Byte, byteCount As Long) As Long
    153         If chars = 0 Then
     153        If ActiveBasic.IsNothing(s) Then
    154154            Throw New ArgumentNullException("Encoding.GetBytes: An argument is null value.", "chars")
    155155        ElseIf bytes = 0 Then
Note: See TracChangeset for help on using the changeset viewer.