From 91dd185b33ef47868a11831ecacc47bbbd0e2e61 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Mon, 16 Jan 2023 22:22:09 -0600 Subject: [PATCH] Update: The directory documentation comments. --- level_1/fl_directory/c/directory/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/level_1/fl_directory/c/directory/common.h b/level_1/fl_directory/c/directory/common.h index 03f7df3..3cd7648 100644 --- a/level_1/fl_directory/c/directory/common.h +++ b/level_1/fl_directory/c/directory/common.h @@ -48,7 +48,7 @@ extern "C" { * Set to a valid file descriptor to print to on successful operation. * This is passed to the verbose function if that function pointer is not -1. * verbose: - * Set to 0 to not print on successful operation. + * Set output.id to -1 and output.stream to 0 to not print on successful operation. * Set to address of a function to be called for printing such that: * - The first parameter represents the output file type. * - The second parameter represents the source string. -- 1.8.3.1