Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix build error with biliip enabled #5

Open
wants to merge 1 commit into
base: ipdotnet
Choose a base branch
from

Conversation

cornercat
Copy link

fix build error with biliip enabled

ui/mtr.c:887:35: error: no member named 'biliip_BASE_PTR' in 'struct mtr_ctl'
        fseek(ctl.biliip->fp, ctl.biliip_BASE_PTR, SEEK_SET);

Copy link

@du5 du5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#ifdef ENABLE_BILIIP
    ctl.biliip_BASE_PTR = 5;
#endif

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants