{dir,song}vec: these structs are const
We definitely don't modify them here.
This commit is contained in:

committed by
Max Kellermann

parent
f2525e3efb
commit
686a6df3a5
@@ -6,7 +6,7 @@
|
||||
#include <string.h>
|
||||
#include <glib.h>
|
||||
|
||||
static size_t dv_size(struct dirvec *dv)
|
||||
static size_t dv_size(const struct dirvec *dv)
|
||||
{
|
||||
return dv->nr * sizeof(struct directory *);
|
||||
}
|
||||
|
Reference in New Issue
Block a user