blob: 5cdbab98416040a3679b4f93b008a27d31a7ef39 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/tsocks.c.orig 2009-02-12 15:59:50.000000000 +0200
+++ src/tsocks.c 2009-02-12 23:18:14.870533468 +0200
@@ -164,7 +164,7 @@
void tsocks_init(void) {
#define LOAD_ERROR(s,l) { \
- char *error; \
+ const char *error; \
error = dlerror(); \
show_msg(l, "The symbol %s() was not found in any shared " \
"library. The error reported was: %s!\n", s, \
|