Changeset 25334


Ignore:
Timestamp:
08/01/20 14:36:49 (5 years ago)
Author:
Eric.Larour
Message:

CHG: longer string for outputfilename2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/OutputResultsx/OutputResultsx.cpp

    r24451 r25334  
    2020        FILE       *fid                     = NULL;
    2121        char       *outputfilename          = NULL;
    22         char        outputfilename2[100];        //easier to convert an integer with sprintf
     22        char        outputfilename2[1000];        //easier to convert an integer with sprintf
    2323        bool        io_gather;
    2424        int         solutiontype;
Note: See TracChangeset for help on using the changeset viewer.