Changeset 309

Show
Ignore:
Timestamp:
07/09/10 17:10:55 (2 months ago)
Author:
ol
Message:

Remove wrong schema_dir init. Thanks to Mike for detailled report. Cf #49

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/ows/ows_config.c

    r293 r309  
    6464    a = xmlTextReaderGetAttribute(r, (xmlChar *) "degree_precision"); 
    6565    if (a != NULL) { 
    66         o->schema_dir = buffer_init(); 
    6766        precision = atoi((char *) a); 
    6867        if (precision > 0 && precision < 12) 
     
    7372    a = xmlTextReaderGetAttribute(r, (xmlChar *) "meter_precision"); 
    7473    if (a != NULL) { 
    75         o->schema_dir = buffer_init(); 
    7674        precision = atoi((char *) a); 
    7775        if (precision > 0 && precision < 12)