Skip to content

Commit

Permalink
outputBuffer update
Browse files Browse the repository at this point in the history
  • Loading branch information
Miaoqi Zhu authored and Miaoqi Zhu committed Aug 1, 2016
1 parent 009d4e4 commit 0d70169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aces_writeattributes.cpp
Expand Up @@ -116,7 +116,7 @@ aces_writeattributes:: aces_writeattributes()
{
// Not that we really need a stream. We could just use a char * pointer.

outputBuffer = new char[maxAcesHeaderSize + 2 * sizeof(int32)];
// outputBuffer = new char[maxAcesHeaderSize + 2 * sizeof(int32)];

pos = 0;

Expand Down

0 comments on commit 0d70169

Please sign in to comment.