mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	work around solaris printf %s and NULL string brain damage
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2117 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
		
							parent
							
								
									70d00833f1
								
							
						
					
					
						commit
						6ad7621b61
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -281,7 +281,7 @@ static void get_module_info_callback(pa_context *c, const pa_module_info *i, int
 | 
				
			||||||
           "Auto unload: %s\n",
 | 
					           "Auto unload: %s\n",
 | 
				
			||||||
           i->index,
 | 
					           i->index,
 | 
				
			||||||
           i->name,
 | 
					           i->name,
 | 
				
			||||||
           i->argument,
 | 
					           i->argument ? i->argument : "",
 | 
				
			||||||
           i->n_used != PA_INVALID_INDEX ? t : "n/a",
 | 
					           i->n_used != PA_INVALID_INDEX ? t : "n/a",
 | 
				
			||||||
           i->auto_unload ? "yes" : "no");
 | 
					           i->auto_unload ? "yes" : "no");
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue