IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39993


Ignore:
Timestamp:
Mar 4, 2017, 4:34:56 PM (9 years ago)
Author:
eugene
Message:

OHANA_MEMCHECK case should not reset static arrays to 0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libfits/table/F_set_column.c

    r39592 r39993  
    4444
    4545  ohana_memcheck_block (data);
    46 # endif
     46# else
    4747
    4848  memset (tlabel,  0, 256);
     
    5151  memset (type,    0, 64);
    5252  memset (tmpline, 0, 64);
     53# endif
    5354
    5455  if (label == (char *) NULL) return (FALSE);
Note: See TracChangeset for help on using the changeset viewer.