str_setchr()

Posted By: Saturnus

str_setchr() - 09/04/10 19:43

http://www.conitec.net/beta/str_setchr.htm

The parameters for str_setchr() are in the wrong order.

It should be
str_setchr (STRING* string, var pos, var char)
instead of
str_setchr (STRING* string, var char, var pos)
Posted By: jcl

Re: str_setchr() - 09/06/10 08:42

Thanks! This will be corrected.
Posted By: Rackscha

Re: str_setchr() - 01/04/11 23:11

Seems not to be fixed atm. Came across the same problem tongue

EDIT: Ah, no. Just needs to be fixed in the offline MAnual.
Posted By: Clemens

Re: str_setchr() - 10/10/11 16:07

there should be more often an offline manual update!!
Posted By: jcl

Re: str_setchr() - 10/12/11 10:48

Well, the offline version is only updated when a new release comes out. Otherwise it would be sort of diffcult to update a file that sits on your PC.
Posted By: Clemens

Re: str_setchr() - 10/12/11 14:53

agree! obviously I was wrong with the feeling/suspicion that it's not updated with every update... sry
Posted By: Superku

Re: str_setchr() - 05/04/12 21:17

The offline manual still says
str_setchr (STRING* string, var char, var pos)
instead of
str_setchr (STRING* string, var pos, var char).
Posted By: Superku

Re: str_setchr() - 01/06/14 13:58

Still wrong.
Posted By: jcl

Re: str_setchr() - 01/08/14 15:40

Why, it's not even 4 years since this was reported. Don't get out of patience so soon!
Posted By: Uhrwerk

Re: str_setchr() - 01/08/14 17:25

Posted By: Superku

Re: str_setchr() - 09/30/15 17:20

It has actually been fixed, neat. Only the code example in the offline manual is still wrong and the parameter order in the SED Command Help.
Posted By: jcl

Re: str_setchr() - 10/01/15 09:25

Thanks for the info. The documentation will be fixed too.
© 2024 lite-C Forums