parent
51dd72ec82
commit
c695606184
|
@ -602,7 +602,7 @@ _exit:
|
||||||
}
|
}
|
||||||
|
|
||||||
int32_t tPutTSRow(uint8_t *p, STSRow2 *pRow) {
|
int32_t tPutTSRow(uint8_t *p, STSRow2 *pRow) {
|
||||||
int32_t n;
|
int32_t n = 0;
|
||||||
|
|
||||||
TSROW_LEN(pRow, n);
|
TSROW_LEN(pRow, n);
|
||||||
if (p) {
|
if (p) {
|
||||||
|
@ -613,7 +613,7 @@ int32_t tPutTSRow(uint8_t *p, STSRow2 *pRow) {
|
||||||
}
|
}
|
||||||
|
|
||||||
int32_t tGetTSRow(uint8_t *p, STSRow2 **ppRow) {
|
int32_t tGetTSRow(uint8_t *p, STSRow2 **ppRow) {
|
||||||
int32_t n;
|
int32_t n = 0;
|
||||||
|
|
||||||
*ppRow = (STSRow2 *)p;
|
*ppRow = (STSRow2 *)p;
|
||||||
TSROW_LEN(*ppRow, n);
|
TSROW_LEN(*ppRow, n);
|
||||||
|
|
Loading…
Reference in New Issue