Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
TFBooleanType>>basicType should use uint8, not ushort
Browse files Browse the repository at this point in the history
  • Loading branch information
akgrant43 committed Nov 8, 2019
1 parent 07d2a2f commit 46279d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ThreadedFFI/TFBooleanType.class.st
Expand Up @@ -7,7 +7,7 @@ Class {
{ #category : #accessing }
TFBooleanType >> basicType [

^ TFBasicType ushort
^ TFBasicType uint8
]

{ #category : #'reading-writing' }
Expand Down

0 comments on commit 46279d6

Please sign in to comment.