mirror of
https://github.com/fumiama/simple-protobuf.git
synced 2026-06-27 14:50:24 +08:00
移除输出
This commit is contained in:
@@ -47,7 +47,6 @@ SIMPLE_PB* get_pb(FILE* fp) {
|
|||||||
while(p < end) {
|
while(p < end) {
|
||||||
uint32_t offset = read_num(fp);
|
uint32_t offset = read_num(fp);
|
||||||
uint32_t data_len = read_num(fp);
|
uint32_t data_len = read_num(fp);
|
||||||
printf("offset: %u, datlen: %u\n", offset, data_len);
|
|
||||||
if(data_len > 0) fread(p, data_len, 1, fp);
|
if(data_len > 0) fread(p, data_len, 1, fp);
|
||||||
p += offset;
|
p += offset;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user