Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 903479 Details for
Bug 926344
net-wireless/bluez-5.76-r1 - tools/hex2hcd.c:305:18: error: call to undeclared function 'basename'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
rpl.patch
rpl.patch.txt (text/plain), 583 bytes, created by
Pablo Cholaky
on 2024-09-21 04:21:59 UTC
(
hide
)
Description:
rpl.patch
Filename:
MIME Type:
Creator:
Pablo Cholaky
Created:
2024-09-21 04:21:59 UTC
Size:
583 bytes
patch
obsolete
>--- a/mesh/rpl.c 2024-08-14 23:11:56.246377876 -0600 >+++ b/mesh/rpl.c 2024-08-14 23:11:01.682333593 -0600 >@@ -129,6 +129,11 @@ > return rpl->src == src; > } > >+static const char *helper_basename(const char *path) { >+ const char *base = strrchr(path, '/'); >+ return base ? base + 1 : path; >+} >+ > static void get_entries(const char *iv_path, struct l_queue *rpl_list) > { > struct mesh_rpl *rpl; >@@ -146,7 +151,7 @@ > if (!dir) > return; > >- iv_txt = basename(iv_path); >+ iv_txt = helper_basename(iv_path); > if (sscanf(iv_txt, "%08x", &iv_index) != 1) { > closedir(dir); > return;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 926344
:
886893
|
886894
|
892893
|
900108
| 903479 |
903480