Skip to content

Commit bf0ad09

Browse files
committed
bufToList: fix the hover helper string
1 parent c25af49 commit bf0ad09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/include/clients/nrt/FluidBufToList.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ void FluidBufToList_assist(FluidBufToList*, void*, long io, long, char* s)
206206
{
207207
switch (io)
208208
{
209-
case 1: strncpy_zero(s, "(list) input", 512); break;
210-
case 2: strncpy_zero(s, "(list) buffer output", 512); break;
209+
case 1: strncpy_zero(s, "(bang) start processing; (buffer <symbol>) set source and start processing", 512); break;
210+
case 2: strncpy_zero(s, "(list) buffer content as list", 512); break;
211211
}
212212
}
213213

0 commit comments

Comments
 (0)