Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Repo: make some variable actually 'const'
Baptiste Daroussin committed 2 years ago
commit 890bdc7e0542ff16447bb2930ad3b9fd74a720a6
parent 4e0cc103e7a46b53f040a137f38bb01a62a6a134
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;