After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 789022 - Fix compilation on macOS
Fix compilation on macOS
Status: RESOLVED DUPLICATE of bug 788476
Product: vte
Classification: Core
Component: general
git master
Other Mac OS
: Normal normal
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-10-15 18:36 UTC by Jiri Techet
Modified: 2017-10-15 22:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Replace strchrnul() with strchr() (960 bytes, patch)
2017-10-15 18:36 UTC, Jiri Techet
none Details | Review

Description Jiri Techet 2017-10-15 18:36:41 UTC
Created attachment 361628 [details] [review]
Replace strchrnul() with strchr()

Compilation on macOS fails because of the use of strchrnul() function - replace it with strchr().
Comment 1 Christian Persch 2017-10-15 18:38:53 UTC

*** This bug has been marked as a duplicate of bug 788476 ***
Comment 2 Jiri Techet 2017-10-15 22:20:57 UTC
Oops, sorry, should have searched bugzilla first.