summaryrefslogtreecommitdiff
path: root/deps/sysobj_early/src/appf.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/sysobj_early/src/appf.c')
-rw-r--r--deps/sysobj_early/src/appf.c2
1 files changed, 1 insertions, 1 deletions
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, ...) {