Configuration update application at startup
This commit is contained in:
@@ -632,4 +632,5 @@ semver_copy(const semver_t *ver) {
|
||||
if (ver->prerelease != NULL) {
|
||||
res.prerelease = strdup(ver->prerelease);
|
||||
}
|
||||
}
|
||||
return res;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user