First version of remoteobject. In the implementation of this, the following
sub problems were solved: - sicsget was not reporting geterrors on nodes properly - rwpuffer contained dirt after wrap - property change events were added to hipadaba - Some tuning of SICS output - The number of codes was wrong in outcode.c
This commit is contained in:
@ -131,5 +131,6 @@ void RemoveRWBufferData(prwBuffer self, int count)
|
||||
if (self->startPtr >= self->endPtr) {
|
||||
self->startPtr = 0;
|
||||
self->endPtr = 0;
|
||||
memset(self->data,0,self->length*sizeof(char));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user