search for: strarr_alloc

Displaying 1 result from an estimated 1 matches for "strarr_alloc".

2015 Sep 01
2
functional bug in code /clients/nutclient.cpp
...#39;install' the include files properly using the autogen.sh / .configure and make and make install scripts. - had to copy them manually as I'm no expert in make scripts) static strarr stringset_to_strarr(const std::set<std::string>& strset) { strarr arr = strarr_alloc(strset.size()); strarr pstr = arr; for(std::set<std::string>::const_iterator it=strset.begin(); it!=strset.end(); ++it) { *pstr = xstrdup(it->c_str()); pstr++;...