mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	Change close() to pa_close()
This commit is contained in:
		
							parent
							
								
									b4ded21e08
								
							
						
					
					
						commit
						d48961f258
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -479,7 +479,7 @@ static int bt_getstreamfd(struct userdata *u) {
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if (u->stream_fd >= 0)
 | 
					    if (u->stream_fd >= 0)
 | 
				
			||||||
        close(u->stream_fd);
 | 
					        pa_close(u->stream_fd);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    u->stream_fd = bt_audio_service_get_data_fd(u->audioservice_fd);
 | 
					    u->stream_fd = bt_audio_service_get_data_fd(u->audioservice_fd);
 | 
				
			||||||
    if (u->stream_fd < 0) {
 | 
					    if (u->stream_fd < 0) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue