mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
nvmutil: remove memcmp/memcpy/strrchr/rename
i had this idea in my head of later porting this to k&r c for fun. but screw it. compiling on everything since 1989 is enough Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -236,7 +236,7 @@ getnvmprogname(void)
|
||||
rval = x->argv0;
|
||||
}
|
||||
|
||||
p = x_c_strrchr(rval, '/');
|
||||
p = strrchr(rval, '/');
|
||||
|
||||
if (p)
|
||||
return p + 1;
|
||||
|
||||
Reference in New Issue
Block a user