IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 9, 2017, 12:47:22 PM (9 years ago)
Author:
eugene
Message:

mostly harmless changes to track down dvopsps segfaults: watch out for Bzero,Bscale in F_set_column.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20170809/src/libfits/table/F_create_T.c

    r38441 r40113  
    4343  }
    4444  table[0].datasize = Nbytes;
     45  table[0].validsize = Nbytes;
    4546  table[0].heap_start = gfits_heap_start (header);
    4647  return (TRUE);
     
    5859    bzero (table[0].buffer, Nbytes);
    5960    table[0].datasize = Nbytes;
     61    table[0].validsize = Nbytes;
    6062    table[0].heap_start = gfits_heap_start (header);
    6163  return (TRUE);
Note: See TracChangeset for help on using the changeset viewer.