2008-11-08 16:43 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* source/rtl/version.c
% Minor.
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user