Displaying 1 result from an estimated 1 matches for "258c258".
Did you mean:
258,25
2000 Feb 01
1
login.c error
I had a compile-time error in login.c .. It looks like someone was copying
and pasting code and didn't check the variable names. Here's the diff:
diff login.c.orig login.c
258c258
< snprintf(buf, sizeof(buf), "%s/%s", lastlog, logname);
---
> snprintf(buf, sizeof(buf), "%s/%s", lastlog, user);
- Josh
* Josh Durham | AOE at Virginia Tech | (540) 231-9061 jdurham at vt.edu *