mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	gcc 2.95 compat
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@327 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
		
							parent
							
								
									b1369d2907
								
							
						
					
					
						commit
						47ab6bd2fc
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -121,12 +121,12 @@ static void txt_record_server_data(struct pa_core *c, sw_text_record t) {
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static int publish_service(struct userdata *u, struct service *s) {
 | 
					static int publish_service(struct userdata *u, struct service *s) {
 | 
				
			||||||
    assert(u && s);
 | 
					 | 
				
			||||||
    char t[256];
 | 
					    char t[256];
 | 
				
			||||||
    char hn[256];
 | 
					    char hn[256];
 | 
				
			||||||
    int r = -1;
 | 
					    int r = -1;
 | 
				
			||||||
    sw_text_record txt;
 | 
					    sw_text_record txt;
 | 
				
			||||||
    int free_txt = 0;
 | 
					    int free_txt = 0;
 | 
				
			||||||
 | 
					    assert(u && s);
 | 
				
			||||||
       
 | 
					       
 | 
				
			||||||
    if ((s->published == 1 && s->loaded.valid) ||
 | 
					    if ((s->published == 1 && s->loaded.valid) ||
 | 
				
			||||||
        (s->published == 2 && s->autoload.valid && !s->loaded.valid))
 | 
					        (s->published == 2 && s->autoload.valid && !s->loaded.valid))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue