2008-06-26 15:58 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* source/pp/hbpp.c
     ! Fixed typo in recent modification.
       Thanks to Grigory Filatov for spotting it.
This commit is contained in:
Viktor Szakats
2008-06-26 14:00:17 +00:00
parent 8dcaa95da6
commit d2ec0a2903
2 changed files with 6 additions and 1 deletions

View File

@@ -8,6 +8,11 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2008-06-26 15:58 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* source/pp/hbpp.c
! Fixed typo in recent modification.
Thanks to Grigory Filatov for spotting it.
2008-06-26 12:25 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbmysql/mysql.c
* contrib/hbmysql/tmysql.prg

View File

@@ -367,7 +367,7 @@ static int hb_pp_generateVerInfo( char * szVerFile, int iSVNID, char * szChangeL
if( szLastEntry )
{
pszEscaped = hb_pp_escapeString( szChangeLogID );
pszEscaped = hb_pp_escapeString( szLastEntry );
fprintf( fout, "\n#define HB_VER_LENTRY \"%s\"\n", pszEscaped );
hb_xfree( pszEscaped );
}