- Timestamp:
- May 3, 2010, 8:45:22 AM (16 years ago)
- Location:
- branches/simmosaic_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simmosaic_branches
- Property svn:mergeinfo changed
-
branches/simmosaic_branches/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simmosaic_branches/Ohana/src/libfits/header/F_copy_H.c
r17903 r27839 16 16 out[0].Naxis[i] = in[0].Naxis[i]; 17 17 18 out[0]. size = in[0].size;18 out[0].datasize = in[0].datasize; 19 19 20 20 out[0].pcount = in[0].pcount; … … 24 24 25 25 if (out[0].buffer != NULL) free (out[0].buffer); 26 ALLOCATE (out[0].buffer, char, out[0]. size);26 ALLOCATE (out[0].buffer, char, out[0].datasize); 27 27 28 strncpy (out[0].buffer, in[0].buffer, out[0].size);28 memcpy (out[0].buffer, in[0].buffer, out[0].datasize); 29 29 30 30 return (TRUE);
Note:
See TracChangeset
for help on using the changeset viewer.
