[Github-comments] [geany/geany] Sync ctags with upstream so that most parsers can be copied from uctags (#2018)
Colomban Wendling
notifications at xxxxx
Mon Jan 14 19:01:40 UTC 2019
b4n commented on this pull request.
> @@ -2742,8 +2793,12 @@ extern void anonGenerate (vString *buffer, const char *prefix, int kind)
vStringCopyS(buffer, prefix);
- unsigned int uHash = anonHash((const unsigned char *)getInputFileName());
- sprintf(szNum,"%08x%02x%02x",uHash,lang -> anonumousIdentiferId, kind);
+/* GEANY DIFF */
+/* unsigned int uHash = anonHash((const unsigned char *)getInputFileName());
+ sprintf(szNum,"%08x%02x%02x",uHash,lang -> anonumousIdentiferId, kind); */
+ sprintf(szNum,"%u", lang -> anonumousIdentiferId);
OK then.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2018#discussion_r247616901
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190114/9d352e14/attachment.html>
More information about the Github-comments
mailing list