mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Fix return values for Read_LCS & Write_LCS.
This commit is contained in:
@ -333,7 +333,7 @@ NetVaultNode::~NetVaultNode () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//============================================================================
|
//============================================================================
|
||||||
unsigned NetVaultNode::Read_LCS (const uint8_t inbuffer[], uint32_t bufsz, unsigned rwOpts) {
|
uint32_t NetVaultNode::Read_LCS (const uint8_t inbuffer[], uint32_t bufsz, unsigned rwOpts) {
|
||||||
|
|
||||||
DeallocNodeFields();
|
DeallocNodeFields();
|
||||||
|
|
||||||
@ -391,7 +391,7 @@ unsigned NetVaultNode::Read_LCS (const uint8_t inbuffer[], uint32_t bufsz, unsig
|
|||||||
}
|
}
|
||||||
|
|
||||||
//============================================================================
|
//============================================================================
|
||||||
unsigned NetVaultNode::Write_LCS (ARRAY(uint8_t) * buffer, unsigned rwOpts) {
|
uint32_t NetVaultNode::Write_LCS (ARRAY(uint8_t) * buffer, unsigned rwOpts) {
|
||||||
|
|
||||||
unsigned pos = buffer->Count();
|
unsigned pos = buffer->Count();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user