Skip to content

Commit

Permalink
Backport: After MUIA_String_Contents, MUIA_String_Acknowledge has sam…
Browse files Browse the repository at this point in the history
…e value

This fixes #104
  • Loading branch information
deadwood committed Dec 4, 2023
1 parent 16223d8 commit 37c0a3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workbench/libs/muimaster/classes/string.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright (C) 2003-2018, The AROS Development Team. All rights reserved.
Copyright (C) 2003-2023, The AROS Development Team. All rights reserved.
*/

/* This is based on muimaster/class/text.c (first string version)
Expand Down Expand Up @@ -254,6 +254,7 @@ static BOOL Buffer_SetNewContents(struct MUI_StringData *data,
if (data->BufferPos > data->NumChars)
data->BufferPos = data->NumChars;
data->DispPos = 0;
data->AckBuffer = data->Buffer;
return TRUE;
}

Expand Down

0 comments on commit 37c0a3e

Please sign in to comment.