Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
cli: fix type inconsistency
Baptiste Daroussin committed 2 months ago
commit aa6ffb75ec411384b1952f1a4cc3248baeb2a3cd
parent ad0cae1
1 file changed +2 -2
modified src/globals.c
@@ -28,8 +28,8 @@ int yes; /* Assume always yes */
int dry_run; /* Do not perform any actions */
bool auto_update; /* Do not update repo */
int force; /* Forced operation */
-
int quiet; /* Silent output */
-
int newpkgversion; /* New package version is available */
+
bool quiet; /* Silent output */
+
bool newpkgversion; /* New package version is available */
int nbtodl;

void