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:
@@ -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
|
||||
|
||||
@@ -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 );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user