Changeset 1393:39514fa9856d
- Timestamp:
- 11/05/09 18:08:28 (2 years ago)
- Branch:
- default
- Location:
- src/src
- Files:
-
- 3 edited
-
graphicsImage.cc (modified) (1 diff)
-
ioBlockChannel.cc (modified) (1 diff)
-
ioStreamChannel.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/src/graphicsImage.cc
r1392 r1393 431 431 throw exception::basic(exception::MODULE_GRAPHICSIMAGE, IMAGEEX_WRITE, exception::ERRNO_IMAGEMAGICK, ((ExceptionInfo *)exInfo)->error_number, ((ExceptionInfo *)exInfo)->reason, __LINE__, __FILE__, ((ExceptionInfo *)exInfo)->description ? ((ExceptionInfo *)exInfo)->description : __dodostring__); 432 432 433 img.b lockSize= size;433 img.bs = size; 434 434 img.write((char *)imData); 435 435 -
src/src/ioBlockChannel.cc
r1389 r1393 70 70 try { 71 71 n = _read((char *)data.data()); 72 data.resize(n); 72 73 } catch (...) { 73 74 data.clear(); -
src/src/ioStreamChannel.cc
r1389 r1393 58 58 59 59 dodoString data; 60 unsigned long n; 60 61 61 62 #ifndef IO_WO_XEXEC … … 68 69 69 70 try { 70 _read((char *)data.data()); 71 n = _read((char *)data.data()); 72 data.resize(n); 71 73 } catch (...) { 72 74 data.clear();
Note: See TracChangeset
for help on using the changeset viewer.
