Ignore:
Timestamp:
08/12/11 11:21:41 (14 years ago)
Author:
Eric.Larour
Message:

Quality control changes:

  • "stdlib" to <stdlib> and similar header file problems.
  • fscanf vulnerabilities issues.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/KML/KML_LatLonBox.cpp

    r8464 r9320  
    66/*{{{1*/
    77#ifdef HAVE_CONFIG_H
    8         #include "config.h"
     8        #include <config.h>
    99#else
    1010#error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
    1111#endif
    1212
    13 #include "stdio.h"
     13#include <stdio.h>
    1414#include <string.h>
    1515#include "../objects.h"
Note: See TracChangeset for help on using the changeset viewer.