mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-11-03 22:22:08 +00:00 
			
		
		
		
	[common] objectlists store void* not char*
This commit is contained in:
		@@ -26,7 +26,7 @@ struct ObjectList
 | 
			
		||||
  ObjectFreeFn    free_fn;
 | 
			
		||||
  unsigned int    size;
 | 
			
		||||
  unsigned int    count;
 | 
			
		||||
  char         ** list;
 | 
			
		||||
  void         ** list;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
ObjectList objectlist_new(ObjectFreeFn free_fn)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user