diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2018-09-21 13:23:36 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-09-22 14:44:34 -0700 |
commit | 9c8deef4774f335cbe66c64eb74397f228d41f5f (patch) | |
tree | 712747dfde91cb1f0984a05a6fa95e15b2e923a0 /mobile-widgets | |
parent | d2b8088cd8cc41e473175b748b6aa164c4812766 (diff) | |
download | subsurface-9c8deef4774f335cbe66c64eb74397f228d41f5f.tar.gz |
Trivial: un-static function-local buffer
In visit_on_node() in core/parse-xml.c the name is extracted into
a static buffer. There seems to be no need for this being static,
as the name is only passed to the entry() function which (hopefully)
does not store a reference to the name anywhere.
If it does, this would need a *big* *fat* comment.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'mobile-widgets')
0 files changed, 0 insertions, 0 deletions