From 908c2c15efcad18ff98b5e80e15228d45499273b Mon Sep 17 00:00:00 2001 From: Chris Knight Date: Mon, 4 Jan 2021 14:51:14 -0800 Subject: [PATCH] fix #1059 - corrects documentation for CFE_SB_GetPipeName() stub --- fsw/cfe-core/ut-stubs/ut_sb_stubs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fsw/cfe-core/ut-stubs/ut_sb_stubs.c b/fsw/cfe-core/ut-stubs/ut_sb_stubs.c index f527c873c..f34d7be20 100644 --- a/fsw/cfe-core/ut-stubs/ut_sb_stubs.c +++ b/fsw/cfe-core/ut-stubs/ut_sb_stubs.c @@ -201,9 +201,9 @@ int32 CFE_SB_DeletePipe(CFE_SB_PipeId_t PipeId) ** ** \par Description ** This function is used to mimic the response of the cFE SB function -** CFE_SB_GetPipeName. The user must set the value of UT_pipename prior -** to this function being called. The function uses UT_pipename for the -** retrieved pipe name and returns CFE_SUCCESS. +** CFE_SB_GetPipeName. The user should set the data buffer using UT_SetDataBuffer +** prior to this function being called. Otherwise, the dummy "UT" name will +** be copied to PipeNameBuf. ** ** \par Assumptions, External Events, and Notes: ** None