From d2ec0a29039cb9842a516178e21d9864488796bb Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 26 Jun 2008 14:00:17 +0000 Subject: [PATCH] 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. --- harbour/ChangeLog | 5 +++++ harbour/source/pp/hbpp.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 26b94e5bdd..357c7cc86b 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +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 diff --git a/harbour/source/pp/hbpp.c b/harbour/source/pp/hbpp.c index 12eed93e1c..450589b890 100644 --- a/harbour/source/pp/hbpp.c +++ b/harbour/source/pp/hbpp.c @@ -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 ); }