Fix recurse() prototype and convert char to int flags
This commit is contained in:
		@@ -11,7 +11,7 @@
 | 
			
		||||
#include "../util.h"
 | 
			
		||||
 | 
			
		||||
void
 | 
			
		||||
recurse(const char *path, void (*fn)(const char *, char), int follow)
 | 
			
		||||
recurse(const char *path, void (*fn)(const char *, int), int follow)
 | 
			
		||||
{
 | 
			
		||||
	char buf[PATH_MAX];
 | 
			
		||||
	struct dirent *d;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user