Confirm with LM22 Geany 2.0 package.
Doesn't happen with Geany tag 2.0.0 compiled locally.
The standard loaded tags file std99.c.tags
with the local build starts the line in hex for fgets
with:
66 65 64 74 73 CC 31 30 32 34
f g e t s ?? 1 0 2 4
whereas the LM std99.c.tags
(/usr/share/geany/tags/std99.c.tags
) starts the line in hex for fgets
with:
66 65 64 74 73 C3 8C 31 30 32 34
f g e t s ?? ?? 1 0 2 4
which is clearly the wrong format with C3 8C
not CC
after the name
Amazingly Geany still manages to load the tags, but of course is confused about the contents since its not the right format.
AFAICT LM just copies the package from Ubuntu so its the generated Ubuntu package that is wrong. Someone with Ubuntu needs to verify the package has a different std99.c.tags
file and why? @hyperair maybe you can help?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.