Ignore:
Timestamp:
11/11/06 18:19:44 (17 years ago)
Author:
r2d
Message:
  • added "EI" and "RG" blocks in output
  • updated "SI" block according to the spec
  • added "SE" block at the end of the stream
File:
1 edited

Legend:

Unmodified
Added
Removed
  • mppenc/branches/r2d/src/winmsg.c

    r46 r116  
    5151void
    5252SendStartupMessage ( const char*  Version,
    53                      const int    SV,
    54                      const char*  Build )
     53                     const int    SV)
    5554{
    5655    char  startup [120];
    5756
    58     sprintf ( startup, "#START#MP+ v%s SV%i %s#", Version, SV, Build );   // fill startup-message
     57    sprintf ( startup, "#START#MP+ v%s SV%i", Version, SV);   // fill startup-message
    5958    SendMsg ( startup );
    6059}
Note: See TracChangeset for help on using the changeset viewer.