Ignore:
Timestamp:
12/15/2008 11:49:50 AM (14 years ago)
Author:
marcus
Message:

r71 | svn | 2008-12-11 09:20:53 +0100 (Do, 11 Dez 2008) | 1 line

fixed bug in check_evt (missing braces at if)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SH_SHM/trunk/util/check_evt.c

    r87 r89  
    108108 
    109109        strcpy( infile, argv[1] ); 
    110         if  (argc > 2) 
     110        if  (argc > 2)  { 
    111111                strcpy( outfile, argv[2] ); 
    112112                if  (*outfile == '\0') 
    113113                        strcpy( outfile, "TT" ); 
    114         else 
     114        } else { 
    115115                strcpy( outfile, "TT" ); 
     116        } /*endif*/ 
    116117        efv_showinitials = FALSE; 
    117118        if  (argc > 3) 
Note: See TracChangeset for help on using the changeset viewer.