Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'monostub.m')
-rw-r--r--monostub.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/monostub.m b/monostub.m
index 3ce332b..d3ac187 100644
--- a/monostub.m
+++ b/monostub.m
@@ -248,7 +248,7 @@ get_mono_env_options (int *count)
while (*inptr && !isblank ((int) *inptr))
inptr++;
- value = strndup ((char *) start, (size_t) (inptr - start));
+ value = strndup ((const char *) start, (size_t) (inptr - start));
break;
}