diff options
author | Burt P <pburt0@gmail.com> | 2019-08-18 02:32:58 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2019-08-18 23:49:29 +0200 |
commit | 0e0797a9257c8ee039746da9903138c19615e7a0 (patch) | |
tree | 9844f60b23370c1bf42692ce086a4ba7c935acff /deps/sysobj_early/src/appf.c | |
parent | e49e438270cdffc4a80a2676c73ad95bedce33d4 (diff) |
monitors: updated util_edid
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'deps/sysobj_early/src/appf.c')
-rw-r--r-- | deps/sysobj_early/src/appf.c | 2 |
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, ...) { |