mirror of
https://github.com/fumiama/simple-dict.git
synced 2026-06-12 06:00:31 +08:00
适配最新spb
This commit is contained in:
@@ -31,7 +31,7 @@ int main(int argc, char** argv) {
|
||||
int ch;
|
||||
|
||||
while(has_next(old, ch)) {
|
||||
SIMPLE_PB* spb = get_pb(old);
|
||||
simple_pb_t* spb = get_pb(old);
|
||||
DICTNEW* d;
|
||||
switch(spb->struct_len) {
|
||||
case sizeof(DICTOLD):
|
||||
|
||||
Reference in New Issue
Block a user