mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 22:47:14 +08:00
12 lines
210 B
Diff
12 lines
210 B
Diff
--- a/src/ltdl.cpp
|
|
+++ b/src/ltdl.cpp
|
|
@@ -3361,7 +3361,7 @@ lt_dlopenext (
|
|
{
|
|
lt_dlhandle handle = 0;
|
|
char * tmp = 0;
|
|
- char * ext = 0;
|
|
+ const char * ext = 0;
|
|
size_t len;
|
|
int errors = 0;
|
|
|