Changeset 27435 for trunk/Ohana/src/kapa2/src/Image.c
- Timestamp:
- Mar 24, 2010, 11:22:25 AM (16 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/kapa2/src/Image.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/20091201/Ohana merged eligible /branches/eam_branches/largefiles.20100314/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/kapa2/src/Image.c
r25757 r27435 11 11 12 12 channel->coords.Npolyterms = 0; 13 channel->matrix. size = 0; /* a flag to show there is no data in the matrix */13 channel->matrix.datasize = 0; /* a flag to show there is no data in the matrix */ 14 14 ALLOCATE (channel->matrix.buffer, char, 1); /* allocate so later free will not crash! */ 15 15
Note:
See TracChangeset
for help on using the changeset viewer.
