mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-10-31 04:31:57 +00:00 
			
		
		
		
	[common] options: Fix regression in option parsing logic
This commit is contained in:
		| @@ -346,6 +346,7 @@ bool option_parse(int argc, char * argv[]) | ||||
|           o = state.options[i]; | ||||
|           if (o->type != OPTION_TYPE_BOOL && a < argc - 1) | ||||
|           { | ||||
|             ++a; | ||||
|             char * v = argv[a]; | ||||
|  | ||||
|             //ltrim | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Netboy3
					Netboy3