From d3efb593e42b162687ff1802beb9ba88dd008296 Mon Sep 17 00:00:00 2001 From: Cyrille Bagard Date: Tue, 31 Mar 2020 11:59:52 +0200 Subject: Fixed a mistake when requesting the kernel from an Android BOOT image. --- plugins/bootimg/python/format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/bootimg/python/format.c b/plugins/bootimg/python/format.c index 4e3f5f5..bf0cf6d 100644 --- a/plugins/bootimg/python/format.c +++ b/plugins/bootimg/python/format.c @@ -168,7 +168,7 @@ static PyObject *py_bootimg_format_get_kernel(PyObject *self, void *closure) format = G_BOOTIMG_FORMAT(pygobject_get(self)); - content = g_bootimg_format_get_ramdisk(format); + content = g_bootimg_format_get_kernel(format); if (content == NULL) { -- cgit v0.11.2-87-g4458