Skip to content

Commit 0e4b990

Browse files
authored
Merge pull request #454 from tremblap/fix/bufToListHoverInletMessage
bufToList: fix the hover helper string, fixes #450
2 parents c25af49 + bf0ad09 commit 0e4b990

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)