Skip to content

Commit

Permalink
feat(#3251): last-error-code
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Oct 2, 2024
1 parent 53eeb84 commit 535445e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eo-runtime/src/main/eo/org/eolang/net/socket.eo
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
error
sprintf
"Couldn't convert an IPv4 address '%s' into a 32-bit integer via 'inet_addr' win32 function call, WSA error code: %d"
* ^.address last-error-code
* address last-error.code
inet-addr.as-i32
win32.sockaddr-in > sockaddr
win32.af-inet.as-i16
Expand Down

1 comment on commit 535445e

@0pdd
Copy link

@0pdd 0pdd commented on 535445e Oct 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 3251-9f4c4d84 disappeared from eo-runtime/src/test/java/EOorg/EOeolang/EOnet/EOsocketTest.java), that's why I closed #3405. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

Please sign in to comment.