Commit 586b7601 authored by Max Kellermann's avatar Max Kellermann

playlist_database: initialize pm.mtime

parent 44259898
......@@ -46,7 +46,9 @@ bool
playlist_metadata_load(FILE *fp, struct playlist_vector *pv, const char *name,
GString *buffer, GError **error_r)
{
struct playlist_metadata pm;
struct playlist_metadata pm = {
.mtime = 0,
};
char *line, *colon;
const char *value;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment