2008-11-08 16:43 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* source/rtl/version.c
    % Minor.
This commit is contained in:
Viktor Szakats
2008-11-08 15:43:26 +00:00
parent 50e1dd9efc
commit 0a3c1096aa
2 changed files with 7 additions and 0 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2008-11-08 16:43 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* source/rtl/version.c
% Minor.
2008-11-08 16:18 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* source/rtl/version.c
+ Implemented:

View File

@@ -100,7 +100,10 @@ HB_FUNC( HB_VERSION )
for( iMonth = 11; iMonth >= 0; iMonth-- )
{
if( memcmp( pszBuildDate, s_months[ iMonth ], 3 ) == 0 )
{
hb_snprintf( szDate + 4, 2, "%02d", iMonth );
break;
}
}
hb_retds( szDate );