diff --git a/plugins/timeleft.sma b/plugins/timeleft.sma index fe91fb5b..5c67c58e 100755 --- a/plugins/timeleft.sma +++ b/plugins/timeleft.sma @@ -173,7 +173,7 @@ setTimeVoice(text[], len, flags, tmlf) if (mins > 0) { - num_to_word(mins, temp[2], charsmax(temp)) + num_to_word(mins, temp[2], charsmax(temp[])) if ( ~flags & TD_NO_HOURS_MINS_SECS_VOICE ) temp[3] = "minutes " @@ -290,4 +290,4 @@ public timeRemain(param[]) } } } -} \ No newline at end of file +}