Changeset 196 for src/wfs/wfs_describe.c

Show
Ignore:
Timestamp:
02/12/10 15:54:34 (2 years ago)
Author:
ol
Message:

Fix warning gcc with Ubuntu 4.x - Thanks to Tony Vincent for report

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/wfs/wfs_describe.c

    r121 r196  
    6565            fprintf(o->output, "    <xs:element name ='"); 
    6666            buffer_flush(an->key, o->output); 
    67             fprintf(o->output, "' type='"); 
    68             fprintf(o->output, ows_psql_to_xsd(an->value)); 
    69             fprintf(o->output, "' "); 
     67            fprintf(o->output, "' type='%s' ", ows_psql_to_xsd(an->value)); 
    7068 
    7169            if (in_list(mandatory_prop, an->key))