mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	fuse_opt: testing
This commit is contained in:
		| @@ -68,7 +68,7 @@ static long long strtoint(const char *p, const char *endp, int base, int is_sign | ||||
|         { | ||||
|             c |= 0x20; | ||||
|             if ('a' <= c && c <= maxalp) | ||||
|                 v = base * v + (c - 'a'); | ||||
|                 v = base * v + (c - 'a') + 10; | ||||
|             else | ||||
|                 break; | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user