Changeset 541 for trunk/src/sh_gpg.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_gpg.c

    r481 r541  
    457457       * gpg.
    458458       */
    459       memset (skey, '\0', sizeof(sh_key_t));
     459      memset (skey, 0, sizeof(sh_key_t));
    460460      aud_setuid(FIL__, __LINE__, geteuid());
    461461     
Note: See TracChangeset for help on using the changeset viewer.