Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation incomplete #8014

Closed
vicuna opened this issue Feb 13, 2003 · 2 comments
Closed

Documentation incomplete #8014

vicuna opened this issue Feb 13, 2003 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Feb 13, 2003

Original bug ID: 1542
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

Full_Name: Rabih El Chaar
Version: 3.06
OS: Winnt
Submission from: hades.sgam.com (194.119.92.65)

There is some information missing in the CAML documentation related to
interfacing CAML with C.
The description of the function copy_string_array in chapter 18.4.4 is the
following :

copy_string_array(p) allocates an array of strings, copied from the pointer to a
string array p (a char **).

you should add a mention indicating that the array p is null terminated (needed
to find out the number of strings in the array).

the description should be :

copy_string_array(p) allocates an array of strings, copied from the pointer to a
string array p (a char **), null terminated.

@vicuna
Copy link
Author

vicuna commented Feb 23, 2003

Comment author: administrator

you should add a mention indicating that the array p is null terminated
(needed
to find out the number of strings in the array).

the description should be :

copy_string_array(p) allocates an array of strings, copied from the pointer to
a
string array p (a char **), null terminated.

I have made the change in the working version of the docs. Thank you for your
bug report.

-- Damien

@vicuna
Copy link
Author

vicuna commented Feb 23, 2003

Comment author: administrator

fixed by DD on 2003-02-23

@vicuna vicuna closed this as completed Feb 23, 2003
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant