Ignore:
Timestamp:
Feb 11, 2007, 2:38:01 PM (17 years ago)
Author:
Bruno Cornec
Message:

Always fixing typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/common/libmondo-files.c

    r1120 r1137  
    211211void exclude_nonexistent_files(char *inout)
    212212{
    213     char infname[MAX_STR_LEN];
    214     char outfname[MAX_STR_LEN];
    215     char tmp[MAX_STR_LEN];
    216     char incoming[MAX_STR_LEN];
     213    char *infname = NULL;
     214    char *outfname = NULL;
     215    char *tmp = NULL;
     216    char *incoming = NULL;
    217217
    218218    /*@ int ********************************************************* */
Note: See TracChangeset for help on using the changeset viewer.