mirror of
				https://github.com/troglobit/editline.git
				synced 2025-11-04 11:18:07 +08:00 
			
		
		
		
	Merge branch 'abitmore-patch-1'
This commit is contained in:
		@@ -1130,7 +1130,7 @@ static void hist_add(const char *p)
 | 
				
			|||||||
    char *s;
 | 
					    char *s;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef CONFIG_UNIQUE_HISTORY
 | 
					#ifdef CONFIG_UNIQUE_HISTORY
 | 
				
			||||||
    if (H.Pos && strcmp(p, H.Lines[H.Pos - 1]) == 0)
 | 
					    if (H.Size && strcmp(p, H.Lines[H.Size - 1]) == 0)
 | 
				
			||||||
        return;
 | 
					        return;
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user