From 959ffce49f2e25ec8622b926381c839590abf0f6 Mon Sep 17 00:00:00 2001 From: Pradana AUMARS Date: Sat, 17 Jul 2021 15:37:27 +0200 Subject: [PATCH] easycsv_insert_value documentation fixed Signed-off-by: Pradana AUMARS --- include/easycsv.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/easycsv.h b/include/easycsv.h index c397582..e6a5336 100644 --- a/include/easycsv.h +++ b/include/easycsv.h @@ -221,12 +221,12 @@ easycsv_sortcolumn(easycsv*, /* int); */ /** - * Insert string in a specific cell + * Insert/replace string in a specific cell * @param[in] pointer to easycsv structure - * @param[in] cell value - * @param[in] row number + * @param[in] cell value (cell value will not be modified if there is an error) * @param[in] column number - * @return easycsv error code + * @param[in] row number + * @return 0 if no error, -1 if error */ int easycsv_insertvalue(easycsv*,