mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 01:58:54 +01:00 
			
		
		
		
	repository: Fix format string error in previous commit
Regression from df21d1f362a810f48a23b7c121bf09ce398539c7
This commit is contained in:
		@@ -1797,7 +1797,7 @@ validate_object_blob (ValidateContext *ctx,
 | 
				
			|||||||
                   G_TYPELIB_ERROR,
 | 
					                   G_TYPELIB_ERROR,
 | 
				
			||||||
                   G_TYPELIB_ERROR_INVALID_BLOB,
 | 
					                   G_TYPELIB_ERROR_INVALID_BLOB,
 | 
				
			||||||
                   "Incorrect number of field callbacks; expected "
 | 
					                   "Incorrect number of field callbacks; expected "
 | 
				
			||||||
                   G_GUINT16_FORMAT ", got " G_GUINT16_FORMAT,
 | 
					                   "%" G_GUINT16_FORMAT ", got %" G_GUINT16_FORMAT,
 | 
				
			||||||
                   blob->n_field_callbacks, n_field_callbacks);
 | 
					                   blob->n_field_callbacks, n_field_callbacks);
 | 
				
			||||||
      return FALSE;
 | 
					      return FALSE;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user