This commit is contained in:
2025-08-10 17:28:49 -04:00
parent 13cb187d53
commit f33dedeeff
2 changed files with 35 additions and 13 deletions

View File

@@ -191,6 +191,7 @@ int setup_git(manifest_t manifest)
if (status) {
printfn("failed on git initialize: %s", strerror(status));
}
return status;
}
@@ -238,7 +239,7 @@ int create_configure(manifest_t manifest)
int generate_source_code(manifest_t manifest, char *licence_line)
{
int status, year;
int status, year = 0;
time_t t = time(NULL);
struct tm tm = *localtime(&t);