mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
12 lines
261 B
Plaintext
12 lines
261 B
Plaintext
--- src/ltdl.cpp.orig Fri Apr 28 12:15:52 2017
|
|
+++ src/ltdl.cpp Fri Apr 28 12:16:43 2017
|
|
@@ -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;
|
|
|