#1243 Fixing typo/build breaker.
This commit is contained in:
parent
021bf5c237
commit
764f079dff
@ -653,7 +653,7 @@ namespace Exiv2
|
||||
newlen = psize + iccProfile_.size_;
|
||||
}
|
||||
} else {
|
||||
::memcpy(output.pData_s+outlen,boxBuf.pData_+inlen,subBox.length);
|
||||
::memcpy(output.pData_+outlen,boxBuf.pData_+inlen,subBox.length);
|
||||
}
|
||||
|
||||
outlen += newlen;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user