Overview
Comment: | 改错 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
feeabb772135ce47e09223e0d30855c5 |
User & Date: | 顽雨沉风 on 2024-02-03 04:03:51 |
Other Links: | manifest | tags |
Context
2024-02-03
| ||
04:31 | 升级 check-in: 1fd4d78c98 user: 顽雨沉风 tags: trunk | |
04:03 | 改错 check-in: feeabb7721 user: 顽雨沉风 tags: trunk | |
04:02 | 改错 check-in: e733caf45e user: 顽雨沉风 tags: trunk | |
Changes
Modified 残局文料/lua_lib/常用库.lua from [816bdeb8a6] to [ffdc3cec2b].
︙ | ︙ | |||
32 33 34 35 36 37 38 | function d_3.操类(o1, o2, o3) if type(o1) == o2 then return o3(o1) else return o1 end end | | | 32 33 34 35 36 37 38 39 | function d_3.操类(o1, o2, o3) if type(o1) == o2 then return o3(o1) else return o1 end end return d_3 |