No need to assign uid after ef_blank()
The redundant assignments should have been removed in commit 2da8d0c7
.
This commit is contained in:
parent
ae8e347ed6
commit
44295e43af
3 changed files with 0 additions and 3 deletions
|
@ -229,7 +229,6 @@ do_loan(void)
|
|||
loan.l_amtdue = amt;
|
||||
(void)time(&loan.l_lastpay);
|
||||
loan.l_duedate = loan.l_ldur * SECS_PER_DAY + loan.l_lastpay;
|
||||
loan.l_uid = nstr.cur;
|
||||
if (!putloan(nstr.cur, &loan)) {
|
||||
pr("Couldn't save loan; get help!\n");
|
||||
return RET_SYS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue