fix: Initialised variable to keep CI from breaking (again).

pull/6/head
GreekStapler 2023-02-02 12:45:32 +00:00
parent ea852f9102
commit 96d07dfb54
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ char *vieter_package_to_description(vieter_package *pkg) {
int i;
// special case for FILENAME
char *ext;
char *ext = NULL;
switch (pkg->compression) {
case 0:
ext = ".tar";