its FreeSWITCH

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12013 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-02-14 18:52:55 +00:00
parent 452c0d38a2
commit d34e2c4b9a
1 changed files with 1 additions and 1 deletions

View File

@ -2705,7 +2705,7 @@ SWITCH_STANDARD_API(show_function)
SWITCH_STANDARD_API(version_function)
{
char version_string[1024];
switch_snprintf(version_string, sizeof(version_string) - 1, "FreeSwitch Version %s\n", SWITCH_VERSION_FULL);
switch_snprintf(version_string, sizeof(version_string) - 1, "FreeSWITCH Version %s\n", SWITCH_VERSION_FULL);
stream->write_function(stream, version_string);
return SWITCH_STATUS_SUCCESS;