do not cache update info
This commit is contained in:
		
							parent
							
								
									24dc7412cf
								
							
						
					
					
						commit
						d00f7dce5a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -42,7 +42,7 @@ check_version ()
 | 
			
		|||
		return "Unknown";
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	hFile = InternetOpenUrl (hINet, "http://xchat-wdk.googlecode.com/git/version.txt?r=wdk", NULL, 0, 0, 0);
 | 
			
		||||
	hFile = InternetOpenUrl (hINet, "http://xchat-wdk.googlecode.com/git/version.txt?r=wdk", NULL, 0, INTERNET_FLAG_NO_CACHE_WRITE | INTERNET_FLAG_RELOAD, 0);
 | 
			
		||||
	
 | 
			
		||||
	if (hFile)
 | 
			
		||||
	{
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue