Avoid more compiler warnings
This commit is contained in:
		 Matthias Clasen
					Matthias Clasen
				
			
				
					committed by
					
						 Daniel Boles
						Daniel Boles
					
				
			
			
				
	
			
			
			 Daniel Boles
						Daniel Boles
					
				
			
						parent
						
							80a177db8b
						
					
				
				
					commit
					a7ca5335e4
				
			| @ -987,7 +987,7 @@ gtk_recent_manager_add_full (GtkRecentManager    *manager, | ||||
|  | ||||
|   g_bookmark_file_set_mime_type (priv->recent_items, uri, data->mime_type); | ||||
|  | ||||
|   if (data->groups && data->groups[0] != '\0') | ||||
|   if (data->groups && ((char*)data->groups)[0] != '\0') | ||||
|     { | ||||
|       gint j; | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user