0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-11-01 06:48:55 +00:00
Files
Robert Kirkman ac400ca7ab fix(x11/nemo): null-terminate splitter in nemo_main_application_open()
- Fixes https://github.com/termux/termux-packages/issues/26982

- GLib documentation states that `g_strsplit()` should take null-terminated `gchar*` as arguments, not a pointer to an individual `char`. https://docs.gtk.org/glib/func.strsplit.html
2025-10-24 17:42:42 -05:00

1.4 KiB