Next try to fix issue #71
This commit is contained in:
		
							parent
							
								
									5dbf1b8eb9
								
							
						
					
					
						commit
						1ae06ffd09
					
				
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @ -1,4 +1,4 @@ | ||||
| VERSION = git-20120829 | ||||
| VERSION = git-20120831 | ||||
| 
 | ||||
| PREFIX    = /usr/local | ||||
| MANPREFIX = $(PREFIX)/share/man | ||||
|  | ||||
							
								
								
									
										2
									
								
								main.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								main.c
									
									
									
									
									
								
							| @ -182,9 +182,9 @@ bool check_timeouts(struct timeval *t) { | ||||
| 	int i = 0, tdiff, tmin = -1; | ||||
| 	struct timeval now; | ||||
| 
 | ||||
| 	gettimeofday(&now, 0); | ||||
| 	while (i < ARRLEN(timeouts)) { | ||||
| 		if (timeouts[i].active) { | ||||
| 			gettimeofday(&now, 0); | ||||
| 			tdiff = TV_DIFF(&timeouts[i].when, &now); | ||||
| 			if (tdiff <= 0) { | ||||
| 				timeouts[i].active = false; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Bert Münnich
						Bert Münnich