]> git.sesse.net Git - mlt/blobdiff - src/humperdink/io.c
Constness changes
[mlt] / src / humperdink / io.c
index e5f54b701382bd1a3357ae140eda8eb319013b3c..8955d7df71f374167d7084c571b7fbcac4219c23 100644 (file)
@@ -72,7 +72,7 @@ char *strip_quotes( char *input )
        return input;
 }
 
-char *io_get_string( char *output, int maxlength, char *use )
+char *io_get_string( char *output, int maxlength, const char *use )
 {
        char *value = NULL;
        strcpy( output, use );