2010-05-21 17:06 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* src/compiler/genhrb.c
    ! Fixed very old copy paste error in .hrb generation feedback 
      text.
This commit is contained in:
Viktor Szakats
2010-05-21 15:06:56 +00:00
parent fd6c16eced
commit d8d5c8c4b2
2 changed files with 6 additions and 1 deletions

View File

@@ -17,6 +17,11 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-05-21 17:06 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* src/compiler/genhrb.c
! Fixed very old copy paste error in .hrb generation feedback
text.
2010-05-21 11:59 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* examples/gtwvw/gtwvw.c
* examples/gtwvw/hbgtwvw.h

View File

@@ -159,7 +159,7 @@ void hb_compGenPortObj( HB_COMP_DECL, PHB_FNAME pFileName )
{
char buffer[ 80 + HB_PATH_MAX - 1 ];
hb_snprintf( buffer, sizeof( buffer ),
"Generating Harbour Portable Object source output to \'%s\'... ", szFileName );
"Generating Harbour Portable Object output to \'%s\'... ", szFileName );
hb_compOutStd( HB_COMP_PARAM, buffer );
}