File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ The third argument __data__ can be used to pass a custom reference to the plugin
69
69
70
70
__Return Value__
71
71
72
- On success, __flb_input()__ returns an integer value >= zero (similar to a file descriptor); on error, it returns NULL .
72
+ On success, __flb_input()__ returns an integer value >= zero (similar to a file descriptor); on error, it returns a negative number .
73
73
74
74
__Usage__
75
75
@@ -128,7 +128,7 @@ The third argument __data__ can be used to pass a custom reference to the plugin
128
128
129
129
__Return Value__
130
130
131
- On success, __flb_output()__ returns the output plugin instance; on error, it returns NULL .
131
+ On success, __flb_output()__ returns the output plugin instance; on error, it returns a negative number .
132
132
133
133
__Usage__
134
134
You can’t perform that action at this time.
0 commit comments