mirror of
				https://github.com/SuperBFG7/ympd
				synced 2025-10-31 13:53:00 +00:00 
			
		
		
		
	Merge pull request #37 from jpleau/fix_mpd_port_argument
ympd.c: add a break statement for the mpd port argument
This commit is contained in:
		| @@ -98,6 +98,7 @@ int main(int argc, char **argv) | ||||
|                 break; | ||||
|             case 'p': | ||||
|                 mpd.port = atoi(optarg); | ||||
|                 break; | ||||
|             case 'w': | ||||
|                 error_msg = mg_set_option(server, "listening_port", optarg); | ||||
|                 break; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Andy
					Andy