Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Repo: make some variable actually 'const'
Baptiste Daroussin committed 2 years ago
commit 890bdc7e0542ff16447bb2930ad3b9fd74a720a6
parent 4e0cc10
1 file changed +2 -2
modified src/repo.c
@@ -93,8 +93,8 @@ exec_repo(int argc, char **argv)
	int	 ret;
	int	 ch;
	bool	 filelist = false;
-
	char	*output_dir = NULL;
-
	char	*meta_file = NULL;
+
	const char *output_dir = NULL;
+
	const char *meta_file = NULL;
	bool	 hash = false;
	bool	 hash_symlink = false;