mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-19 22:50:35 +03:00
core: Add missing null terminator in option parsing
This commit is contained in:
parent
e71f60cb21
commit
b2429445e4
@ -30,6 +30,7 @@ static char *compose_metadata_path;
|
||||
|
||||
static GOptionEntry options[] = {
|
||||
{ "out-metadata", 0, 0, G_OPTION_ARG_FILENAME, &compose_metadata_path, "Output a file containing serialized metadata about the compose, in host endianness", "path" },
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user