Skip to content

Commit

Permalink
formatting error in exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhillman committed Feb 13, 2013
1 parent f77ec0c commit 01fe239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenEXR/IlmImf/ImfDeepScanLineInputFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1784,7 +1784,7 @@ readSampleCountForLineBlock(InputStreamMutex* streamData,
int compressorMaxDataSize = std::numeric_limits<int>::max();
if (sampleCountTableDataSize > Int64(compressorMaxDataSize))
{
THROW (IEX_NAMESPACE::ArgExc, "This version of the library does not"
THROW (IEX_NAMESPACE::ArgExc, "This version of the library does not "
<< "support the allocation of data with size > "
<< compressorMaxDataSize
<< " file table size :" << sampleCountTableDataSize << ".\n");
Expand Down

0 comments on commit 01fe239

Please sign in to comment.