Changeset 281 for Include/Classes


Ignore:
Timestamp:
Jun 26, 2007, 8:49:53 PM (17 years ago)
Author:
イグトランス (egtra)
Message:

api_reg.sbp レジストリの関数の宣言をSDKより追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/Classes/System/IO/Path.ab

    r271 r281  
    8181        Dim tempPath = _System_malloc(size)
    8282        __GetTempPath(size, tempPath)
    83         GetTempPath = tempPath
     83        GetTempPath = New String(tempPath)
    8484        _System_free(tempPath)
    8585    End Function
Note: See TracChangeset for help on using the changeset viewer.