Fix a warning.
This commit is contained in:
		
							parent
							
								
									04e54d6cb1
								
							
						
					
					
						commit
						0e020132f8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -123,7 +123,7 @@ struct idf* str2idf(char tg[], int cpy) | ||||||
| 	int size; | 	int size; | ||||||
| 
 | 
 | ||||||
| 	IDF_STARTHASH(hash); | 	IDF_STARTHASH(hash); | ||||||
| 	while (c = *cp++) | 	while ((c = *cp++)) | ||||||
| 	{ | 	{ | ||||||
| 		IDF_ENHASH(hash, c); | 		IDF_ENHASH(hash, c); | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue