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/DofIndexing.cpp

    r9020 r9320  
    44
    55#ifdef HAVE_CONFIG_H
    6         #include "config.h"
     6        #include <config.h>
    77#else
    88#error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
    99#endif
    1010
    11 #include "stdio.h"
     11#include <stdio.h>
    1212#include "./objects.h"
    1313#include <string.h>
Note: See TracChangeset for help on using the changeset viewer.