Skip to content

Commit 1d9468f

Browse files
Remove unnecessary TODO
1 parent afad4b0 commit 1d9468f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

softioc/fields.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
DBF_USHORT: c_uint16,
3333
DBF_LONG: c_int32,
3434
DBF_INT64: c_int64,
35-
DBF_UINT64: c_uint64, # TODO: Check whether this has same issue as below note
35+
DBF_UINT64: c_uint64,
3636
DBF_ULONG: c_int32, # Should be uint32, but causes trouble later.
3737
DBF_FLOAT: c_float,
3838
DBF_DOUBLE: c_double,

0 commit comments

Comments
 (0)