Closed piste-jp closed 3 years ago
Fix plugin load error of itdtimg reported by #255.
itdtimg
It looks function table is incomplete. So I made a tiny fix.
Fixes #255
Bug fix (non-breaking change which fixes an issue)
[X] My code follows the style guidelines of this project
[X] I have performed a self-review of my own code
[X] I have commented my code, particularly in hard-to-understand areas
[X] I have made corresponding changes to the documentation
[X] My changes generate no new warnings
[X] I have confirmed my fix is effective or that my feature works
Merged also into v2.4-stable by cherry-pick.
v2.4-stable
cherry-pick
Summary of changes
Fix plugin load error of
itdtimg
reported by #255.Description
It looks function table is incomplete. So I made a tiny fix.
Fixes #255
Type of change
Bug fix (non-breaking change which fixes an issue)
Checklist:
[X] My code follows the style guidelines of this project
[X] I have performed a self-review of my own code
[X] I have commented my code, particularly in hard-to-understand areas
[X] I have made corresponding changes to the documentation
[X] My changes generate no new warnings
[X] I have confirmed my fix is effective or that my feature works