diff options
-rw-r--r-- | libqcdm/tests/ipv6pref.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libqcdm/tests/ipv6pref.c b/libqcdm/tests/ipv6pref.c index aa9c9702..f5bd71c4 100644 --- a/libqcdm/tests/ipv6pref.c +++ b/libqcdm/tests/ipv6pref.c @@ -285,7 +285,7 @@ main (int argc, char *argv[]) } if (debug) - putenv ("QCDM_DEBUG=1"); + putenv ((char *)"QCDM_DEBUG=1"); fd = com_setup (dmport); if (fd < 0) |