From e5623bddb853d2ae3647b194019e44f61f0fe832 Mon Sep 17 00:00:00 2001 From: NicJA Date: Wed, 22 Apr 2015 20:14:39 +0000 Subject: [PATCH] ps_buf has been renamed git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@50451 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- test/Zune/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Zune/test.c b/test/Zune/test.c index ec9b58185e..88702f3008 100644 --- a/test/Zune/test.c +++ b/test/Zune/test.c @@ -1499,7 +1499,7 @@ int main(void) struct MUI_PenSpec *pen_spec; GET(pendisplay, MUIA_Pendisplay_Spec, &pen_spec); - strncpy(pen_str, pen_spec->ps_buf, 10); + strncpy(pen_str, pen_spec->buf, 10); set(pendisplay_spec, MUIA_String_Contents, pen_str); while ((LONG) DoMethod(app, MUIM_Application_NewInput, -- 2.11.4.GIT