mirror of
				https://github.com/SuperBFG7/ympd
				synced 2025-10-29 21:03:00 +00:00 
			
		
		
		
	fix digest argument type
This commit is contained in:
		| @@ -96,7 +96,7 @@ int main(int argc, char **argv) | ||||
|     strcpy(mpd.host, "127.0.0.1"); | ||||
|  | ||||
|     static struct option long_options[] = { | ||||
|         {"digest",       optional_argument, 0, 'd'}, | ||||
|         {"digest",       required_argument, 0, 'd'}, | ||||
|         {"host",         required_argument, 0, 'h'}, | ||||
|         {"port",         required_argument, 0, 'p'}, | ||||
|         {"webport",      required_argument, 0, 'w'}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 SuperBFG7
					SuperBFG7