recurse: change char follow to int follow
This commit is contained in:
		
				
					committed by
					
						
						sin
					
				
			
			
				
	
			
			
			
						parent
						
							82bc92da51
						
					
				
				
					commit
					0cf6a18f6f
				
			@@ -11,7 +11,7 @@
 | 
			
		||||
#include "../util.h"
 | 
			
		||||
 | 
			
		||||
void
 | 
			
		||||
recurse(const char *path, void (*fn)(const char *, char), char follow)
 | 
			
		||||
recurse(const char *path, void (*fn)(const char *, char), int follow)
 | 
			
		||||
{
 | 
			
		||||
	char buf[PATH_MAX];
 | 
			
		||||
	struct dirent *d;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user