Skip to content

Commit

Permalink
Fix a conversion error
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Brichau committed Mar 29, 2024
1 parent 5f8cc71 commit 0be036b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions repository/Seaside-Gettext-Core/GRPharoPlatform.extension.st
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Extension { #name : 'GRPharoPlatform' }

{ #category : '*Seaside-Gettext-Core' }
GRPharoPlatform >> nextUInt32: aStream [
"Answer the next unsigned, 32-bit integer from this (binary) stream."
^ aStream uint32
]

0 comments on commit 0be036b

Please sign in to comment.