From 0e0797a9257c8ee039746da9903138c19615e7a0 Mon Sep 17 00:00:00 2001 From: Burt P Date: Sun, 18 Aug 2019 02:32:58 -0500 Subject: monitors: updated util_edid Signed-off-by: Burt P --- deps/sysobj_early/src/appf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deps/sysobj_early/src/appf.c') diff --git a/deps/sysobj_early/src/appf.c b/deps/sysobj_early/src/appf.c index 5969d945..e63e77d0 100644 --- a/deps/sysobj_early/src/appf.c +++ b/deps/sysobj_early/src/appf.c @@ -28,7 +28,7 @@ /* FIXME: if this isn't here, hardinfo will crash, * I don't have the slightest idea why */ void wtf() { - edid_fill(NULL, NULL, 0); + void *e = edid_new(NULL, 0); } char *appf(char *str, const char *sep, const char *fmt, ...) { -- cgit v1.2.3