On 8/26/17, Igor Korot <[email protected]> wrote: > Hi, > Is there a reason why the aforementioned function returns "const unsigned > char *" instead of just "const char *"?
This is due to some bad planning that occurred about 15 years ago, but which must be carried forward to preserve 100% API compatibility. > > Will I miss anything if I cast out "unsigned"? No. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

