Update to version 2
This commit is contained in:
@@ -39,7 +39,7 @@ const string& EncoderFactory::errorString() const {
|
||||
MSEEDEncoderFactory::MSEEDEncoderFactory()
|
||||
: _recordLength(9) {}
|
||||
|
||||
bool MSEEDEncoderFactory::setRecordLength(uint recordLength) {
|
||||
bool MSEEDEncoderFactory::setRecordLength(unsigned int recordLength) {
|
||||
if ( recordLength < 7 || recordLength > 32) {
|
||||
_errorString = "MSEED record length out of range [7, 32]";
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user