summaryrefslogtreecommitdiff
path: root/apps/plugins/pdbox/PDa/src/m_fixed.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pdbox/PDa/src/m_fixed.c')
-rw-r--r--apps/plugins/pdbox/PDa/src/m_fixed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/pdbox/PDa/src/m_fixed.c b/apps/plugins/pdbox/PDa/src/m_fixed.c
index 374f92cbca..9e47364bab 100644
--- a/apps/plugins/pdbox/PDa/src/m_fixed.c
+++ b/apps/plugins/pdbox/PDa/src/m_fixed.c
@@ -90,7 +90,7 @@ static void ipod_bang(t_ipod *x)
90{ 90{
91 static char sendme[200]; 91 static char sendme[200];
92#ifdef ROCKBOX 92#ifdef ROCKBOX
93 snprintf(sendme, sizeof(sendme)-1, "%s bang;\n", x->x_what->s_name); 93 snprintf(sendme, sizeof(sendme), "%s bang;\n", x->x_what->s_name);
94 SEND_FROM_CORE(sendme); 94 SEND_FROM_CORE(sendme);
95#else /* ROCKBOX */ 95#else /* ROCKBOX */
96 sprintf(sendme,"%s bang;\n",x->x_what->s_name); 96 sprintf(sendme,"%s bang;\n",x->x_what->s_name);