mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	snd_seq_timestamp_t->real was renamed to snd_seq_timestamp_t->time
Some code is using real as a variable type.
This commit is contained in:
		
							parent
							
								
									50b815f16a
								
							
						
					
					
						commit
						70a536e924
					
				
					 5 changed files with 10 additions and 11 deletions
				
			
		| 
						 | 
				
			
			@ -943,7 +943,7 @@ static int remove_match(snd_seq_remove_events_t *info,
 | 
			
		|||
		if (info->tick)
 | 
			
		||||
			res = snd_seq_compare_tick_time(&ev->time.tick, &info->time.tick);
 | 
			
		||||
		else
 | 
			
		||||
			res = snd_seq_compare_real_time(&ev->time.real, &info->time.real);
 | 
			
		||||
			res = snd_seq_compare_real_time(&ev->time.time, &info->time.time);
 | 
			
		||||
		if (!res)
 | 
			
		||||
			return 0;
 | 
			
		||||
	}
 | 
			
		||||
| 
						 | 
				
			
			@ -951,7 +951,7 @@ static int remove_match(snd_seq_remove_events_t *info,
 | 
			
		|||
		if (info->tick)
 | 
			
		||||
			res = snd_seq_compare_tick_time(&ev->time.tick, &info->time.tick);
 | 
			
		||||
		else
 | 
			
		||||
			res = snd_seq_compare_real_time(&ev->time.real, &info->time.real);
 | 
			
		||||
			res = snd_seq_compare_real_time(&ev->time.time, &info->time.time);
 | 
			
		||||
		if (res)
 | 
			
		||||
			return 0;
 | 
			
		||||
	}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue