- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_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/simtest_nebulous_branches/Ohana/src/opihi/cmd.data/rd.c
r20652 r27840 153 153 buf[0].header.Naxes = 0; 154 154 ALLOCATE (buf[0].matrix.buffer, char, 1); 155 buf[0].matrix. size = 0;155 buf[0].matrix.datasize = 0; 156 156 buf[0].bitpix = 16; 157 157 buf[0].bzero = 0; … … 222 222 buf[0].unsign = buf[0].header.unsign; 223 223 224 gprint (GP_LOG, "read % d bytes from %s into buffer %s\n",225 buf[0].header.size + buf[0].matrix.size, argv[2], argv[1]);224 gprint (GP_LOG, "read %lld bytes from %s into buffer %s\n", 225 (long long) buf[0].header.datasize + buf[0].matrix.datasize, argv[2], argv[1]); 226 226 227 227 blank = 0xffff;
Note:
See TracChangeset
for help on using the changeset viewer.
