mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	Steve Ratcliffe <steve@parabola.demon.co.uk>
Sorry, small correction to my previous patch.
This commit is contained in:
		
							parent
							
								
									e4572ec719
								
							
						
					
					
						commit
						b4bbbdbc9b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -800,7 +800,7 @@ int snd_seq_remove_events(snd_seq_t *seq, snd_seq_remove_events_t *rmp)
 | 
				
			||||||
				if (remove_match(rmp, ev)) {
 | 
									if (remove_match(rmp, ev)) {
 | 
				
			||||||
					/* Remove event */
 | 
										/* Remove event */
 | 
				
			||||||
					seq->obufused -= len;
 | 
										seq->obufused -= len;
 | 
				
			||||||
					memmove(ep, ep + len, seq->obufused - (seq->obuf - ep));
 | 
										memmove(ep, ep + len, seq->obufused - (ep - seq->obuf));
 | 
				
			||||||
				} else {
 | 
									} else {
 | 
				
			||||||
					ep += len;
 | 
										ep += len;
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue