mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	ucm: substitute the comment string also in the main configuration file
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
		
							parent
							
								
									22d5ca8b6b
								
							
						
					
					
						commit
						61749cf400
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1873,7 +1873,7 @@ static int parse_master_file(snd_use_case_mgr_t *uc_mgr, snd_config_t *cfg)
 | 
			
		|||
			continue;
 | 
			
		||||
 | 
			
		||||
		if (strcmp(id, "Comment") == 0) {
 | 
			
		||||
			err = parse_string(n, &uc_mgr->comment);
 | 
			
		||||
			err = parse_string_substitute3(uc_mgr, n, &uc_mgr->comment);
 | 
			
		||||
			if (err < 0) {
 | 
			
		||||
				uc_error("error: failed to get master comment");
 | 
			
		||||
				return err;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue