2008-05-23 21:25 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* source/compiler/hbfunchk.c
! Typo in message.
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2008-05-23 21:25 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
|
||||
* source/compiler/hbfunchk.c
|
||||
! Typo in message.
|
||||
|
||||
2008-05-23 08:00 UTC+0800 Pritpal Bedi (pritpal@vouchcac.com)
|
||||
* harbour/contrib/gtwvg/wvtclass.prg
|
||||
* Class TBrowseWVG
|
||||
|
||||
@@ -168,7 +168,7 @@ BOOL hb_compFunCallCheck( HB_COMP_DECL, char * szFuncCall, int iArgs )
|
||||
else if( pFunc->iMaxParam == -1 )
|
||||
snprintf( szMsg, sizeof( szMsg ), "\nPassed: %i, expected at least: %i", iArgs, pFunc->iMinParam );
|
||||
else if( pFunc->iMinParam == -1 )
|
||||
snprintf( szMsg, sizeof( szMsg ), "\nPassed: %i, expected less then: %i", iArgs, pFunc->iMaxParam );
|
||||
snprintf( szMsg, sizeof( szMsg ), "\nPassed: %i, expected less than: %i", iArgs, pFunc->iMaxParam );
|
||||
else
|
||||
snprintf( szMsg, sizeof( szMsg ), "\nPassed: %i, expected from: %i to: %i", iArgs, pFunc->iMinParam, pFunc->iMaxParam );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user