Changeset ba4fde8


Ignore:
Timestamp:
Mar 29, 2009, 2:52:33 PM (15 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
owl
Children:
2ace81e
Parents:
395b32e
Message:
fix static buffer in owl_command_version
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    rfa00c5c rba4fde8  
    10191019void owl_command_version()
    10201020{
    1021   char buff[1024];
    1022 
    1023   sprintf(buff, "Owl version %s", OWL_VERSION_STRING);
    1024   owl_function_makemsg(buff);
     1021  owl_function_makemsg("Owl version %s", OWL_VERSION_STRING);
    10251022}
    10261023
Note: See TracChangeset for help on using the changeset viewer.