mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	implement client side TCP support
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@67 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
		
							parent
							
								
									e83b7106ac
								
							
						
					
					
						commit
						1416fef197
					
				
					 6 changed files with 100 additions and 10 deletions
				
			
		| 
						 | 
				
			
			@ -193,9 +193,10 @@ static int pa_cli_command_load(struct pa_core *c, struct pa_tokenizer *t, struct
 | 
			
		|||
        return -1;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    if (*verbose)
 | 
			
		||||
    if (*verbose) {
 | 
			
		||||
        snprintf(txt, sizeof(txt), "Module successfully loaded, index: %u.\n", m->index);
 | 
			
		||||
    pa_strbuf_puts(buf, txt);
 | 
			
		||||
        pa_strbuf_puts(buf, txt);
 | 
			
		||||
    }
 | 
			
		||||
    return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue