Ignore:
Timestamp:
May 6, 2007, 8:37:57 PM (17 years ago)
Author:
dai
Message:

タスプミスを修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/system/string.sbp

    r223 r233  
    157157
    158158Function GetTCStr(ByRef s As String, ByRef wcs As PCTSTR) As SIZE_T
    159     Return GetStr(s.Chars, s.Length As SIZE_T, tcs)
     159    Return GetStr(s.Chars, s.Length As SIZE_T, wcs)
    160160End Function
    161161
     
    177177
    178178Function GetSCStr(ByRef s As String, ByRef wcs As *StrChar) As SIZE_T
    179     Return GetStr(s.Chars, s.Length As SIZE_T, ss)
     179    Return GetStr(s.Chars, s.Length As SIZE_T, wcs)
    180180End Function
    181181
Note: See TracChangeset for help on using the changeset viewer.