Shut up signedness warning
This commit is contained in:
		
							parent
							
								
									b2074f0892
								
							
						
					
					
						commit
						138af2e554
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -114,7 +114,7 @@ GitInfo exportGit(ref<Store> store, const std::string & uri, | |||
|            git fetch to update the local ref to the remote ref. */ | ||||
|         struct stat st; | ||||
|         doFetch = stat(localRefFile.c_str(), &st) != 0 || | ||||
|             st.st_mtime <= now - settings.tarballTtl; | ||||
|             st.st_mtime + settings.tarballTtl <= now; | ||||
|     } | ||||
|     if (doFetch) | ||||
|     { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue