Ignore:
Timestamp:
01/21/03 15:02:35 (22 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/ReflectorII/init.c

    r1614 r1722  
    113113    fseek(rflfile, 0L, SEEK_SET);
    114114    fprintf(rflfile, "%s %s", QUOTE(PROGRAM), QUOTE(VERSION));
    115     fputc(0, rflfile);
     115
     116    /* Removed by A.M. January 2003: */
     117    /*    fputc(0, rflfile); */
     118
    116119    fwrite(FLAG_START_OF_RUN, SIZE_OF_FLAGS, 1, rflfile);
    117120
Note: See TracChangeset for help on using the changeset viewer.