Partial implementation of higher level control functions
[matches/MCTX3420.git] / server / data.c
index add8d9f..ffd0b67 100644 (file)
@@ -344,7 +344,7 @@ void Data_Handler(DataFile * df, FCGIValue * start, FCGIValue * end, DataFormat
  */
 DataFormat Data_GetFormat(FCGIValue * fmt)
 {
-       char * fmt_str = *(char**)(fmt->value);
+       const char * fmt_str = *(const char**)(fmt->value);
        // Check if format type was specified
        if (FCGI_RECEIVED(fmt->flags))
        {

UCC git Repository :: git.ucc.asn.au