[Fix Red] open_plugins rb-> is required

rockbox-gerrit-noreply--- via rockbox-cvs <[email protected]>
Newsgroups gmane.comp.systems.archos.rockbox.cvs
Message-ID <[email protected]>
commit ed84047884afd4efcd6268879030307dcbb6bebd
Author: William Wilgus <[email protected]>
Date:   Sun Feb 8 14:39:17 2026 -0500

    [Fix Red] open_plugins rb-> is required
    
    Change-Id: I1f1a7e487d46a0427be7cebd319c65b848b4a9fb

diff --git a/apps/plugins/open_plugins.c b/apps/plugins/open_plugins.c
index edf4273a3c..e90d2d95de 100644
--- a/apps/plugins/open_plugins.c
+++ b/apps/plugins/open_plugins.c
@@ -731,7 +731,7 @@ static void edit_menu(int selection)
                     /* if user already set the name they probably don't want us to change it */
                     if (!name_set && op_entry.lang_id < 0 && rb->file_exists(op_entry.param))
                     {
-                        char *slash=strrchr(op_entry.param, '/');
+                        char *slash = rb->strrchr(op_entry.param, '/');
                         if(slash)
                             rb->strlcpy(op_entry.name, slash+1, OPEN_PLUGIN_NAMESZ);
                     }
-- 
rockbox-cvs mailing list
[email protected]
https://lists.haxx.se/mailman/listinfo/rockbox-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.