manuel-serrano / bigloo

a practical Scheme compiler
http://www-sop.inria.fr/indes/fp/Bigloo
Other
135 stars 19 forks source link

Correct initialization of empty AvahiStringList #52

Closed jamesjer closed 3 years ago

jamesjer commented 3 years ago

An empty AvahiStringList is represented by NULL, as described in the API documentation: https://www.avahi.org/doxygen/html/struct_avahi_string_list.html. The avahi_string_list_new function is for use when the list is to be initialized with 1 or more strings.