Skip to content

Commit

Permalink
Revert "Fixup L_CreaterExtIO"
Browse files Browse the repository at this point in the history
It was correct before...

This reverts commit 2a3fc5e.
  • Loading branch information
LIV2 committed Jan 3, 2025
1 parent 1f479b1 commit e15fdd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lide_alib.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ struct IORequest* L_CreateExtIO(struct MsgPort *mp, ULONG size) {

if (mp) {
if ((ior=AllocMem(size,MEMF_PUBLIC|MEMF_CLEAR))) {
ior->io_Message.mn_Node.ln_Type = NT_MESSAGE;
ior->io_Message.mn_Node.ln_Type = NT_REPLYMSG;
ior->io_Message.mn_Length = size;
ior->io_Message.mn_ReplyPort = mp;
}
Expand Down

0 comments on commit e15fdd1

Please sign in to comment.