Changeset 590 for trunk/src/sh_files.c


Ignore:
Timestamp:
Oct 27, 2025, 6:57:03 PM (16 hours ago)
Author:
katerina
Message:

Fix for ticket #478 (cppcheck warnings).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_files.c

    r579 r590  
    338338    here = (dirstack_t *) inptr;
    339339
     340  /* cppcheck-suppress uninitStructMember */
    340341  if (here->name != NULL)
    341342    SH_FREE(here->name);
     
    892893static int sh_files_parse_mask (unsigned long * mask, const char * str)
    893894{
    894   int l, i = 0, act = 0, k = 0;
     895  int l = 0, i = 0, act = 0, k = 0;
    895896  char  myword[64];
    896897 
     
    13961397    here = (sh_globstack_t *) inptr;
    13971398
     1399  /* cppcheck-suppress uninitStructMember */
    13981400  if (here->name != NULL)
    13991401    SH_FREE(here->name);
Note: See TracChangeset for help on using the changeset viewer.