Changeset 541 for trunk/src/sh_utmp.c


Ignore:
Timestamp:
Jan 16, 2019, 11:57:48 PM (6 years ago)
Author:
katerina
Message:

Fix for ticket #433 (coding standardisation).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_utmp.c

    r481 r541  
    875875  if (memcmp (&save_utmp, ut, sizeof(struct SH_UTMP_S)) == 0)
    876876    {
    877       memset(&save_utmp, (int) '\0', sizeof(struct SH_UTMP_S));
     877      memset(&save_utmp, 0, sizeof(struct SH_UTMP_S));
    878878      SL_RET0(_("sh_utmp_addlogin"));
    879879    }
Note: See TracChangeset for help on using the changeset viewer.