We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4323b42 commit 7b574e4Copy full SHA for 7b574e4
LibGit-Core.package/LGitDiffLine.class/instance/prim_origin..st
@@ -1,4 +1,4 @@
1
-libgit - fields
+libgit-fields
2
prim_origin: anObject
3
"This method was automatically generated"
4
- handle unsignedLongAt: OFFSET_PRIM_ORIGIN put: anObject value
+ handle unsignedCharAt: OFFSET_PRIM_ORIGIN put: anObject
LibGit-Core.package/LGitDiffLine.class/instance/prim_origin.st
prim_origin
- ^LGitDiffLineTypeEnum fromInteger: (handle unsignedLongAt: OFFSET_PRIM_ORIGIN)
+ ^handle unsignedCharAt: OFFSET_PRIM_ORIGIN
0 commit comments