X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=src%2Fshared%2Futmp-wtmp.c;h=1715c0fb24ce50f4b3333b43f000d7e1259660c4;hb=fbd0b64f44a7bae678137d67ad5da202f6b8d809;hp=40910876c9f690234e625b132dbb5e092c6b16a3;hpb=1142cbd76a1db2adb2c382b76fc0a1c5a97c70cc;p=thirdparty%2Fsystemd.git diff --git a/src/shared/utmp-wtmp.c b/src/shared/utmp-wtmp.c index 40910876c9f..1715c0fb24c 100644 --- a/src/shared/utmp-wtmp.c +++ b/src/shared/utmp-wtmp.c @@ -425,7 +425,7 @@ int utmp_wall( if (u->ut_type != USER_PROCESS || u->ut_user[0] == 0) continue; - /* this access is fine, because strlen("/dev/") << 32 (UT_LINESIZE) */ + /* this access is fine, because STRLEN("/dev/") << 32 (UT_LINESIZE) */ if (path_startswith(u->ut_line, "/dev/")) path = u->ut_line; else {