Introduction
Introduction Statistics Contact Development Disclaimer Help
last: spaces to tabs - ubase - suckless linux base utils
git clone git://git.suckless.org/ubase
Log
Files
Refs
README
LICENSE
---
commit 314f2a77f045c3353f1db17cc00cdf81ecbf699c
parent faa6fe28e2fabf39a8160dda6438033775d887b2
Author: Hiltjo Posthuma <[email protected]>
Date: Fri, 20 Feb 2015 16:08:55 +0100
last: spaces to tabs
Diffstat:
M last.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/last.c b/last.c
@@ -46,7 +46,7 @@ main(int argc, char **argv)
prog = basename(argv0);
file = (!strcmp(prog, "last")) ? WTMP_PATH : BTMP_PATH;
if ((fp = fopen(file, "r")) == NULL)
- eprintf("fopen %s:", file);
+ eprintf("fopen %s:", file);
while (fread(&ut, sizeof(ut), 1, fp) == 1) {
if (ut.ut_type != USER_PROCESS ||
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.