mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	device-manager: Fix tagstruct description extraction (copy+paste blunder)
This commit is contained in:
		
							parent
							
								
									89c1f57a93
								
							
						
					
					
						commit
						b8b28ef57e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -429,7 +429,7 @@ static int extension_cb(pa_native_protocol *p, pa_module *m, pa_native_connectio
 | 
				
			||||||
        entry.version = ENTRY_VERSION;
 | 
					        entry.version = ENTRY_VERSION;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if (pa_tagstruct_gets(t, &name) < 0 ||
 | 
					        if (pa_tagstruct_gets(t, &name) < 0 ||
 | 
				
			||||||
          pa_tagstruct_gets(reply, &description) < 0)
 | 
					          pa_tagstruct_gets(t, &description) < 0)
 | 
				
			||||||
          goto fail;
 | 
					          goto fail;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if (!name || !*name)
 | 
					        if (!name || !*name)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue