GlimmerLabs / louDBus

A D-Bus Client Library for Racket
GNU Lesser General Public License v3.0
5 stars 5 forks source link

Use parray_len in more cases. #11

Open rebelsky opened 11 years ago

rebelsky commented 11 years ago

There had been about six functions that did the same thing (iterate through an array of pointers until it finds the NULL at the end). I replaced a few of them with parray_len. Someone should do the rest.