diff options
Diffstat (limited to 'src/paramproc.cpp')
-rw-r--r-- | src/paramproc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/paramproc.cpp b/src/paramproc.cpp index 67ef44b..c197e9c 100644 --- a/src/paramproc.cpp +++ b/src/paramproc.cpp | |||
@@ -484,7 +484,7 @@ int Bu::ParamProc::help( int argc, char *argv[] ) | |||
484 | Bu::FString sTmp = (*i)->sWord.getStr(); | 484 | Bu::FString sTmp = (*i)->sWord.getStr(); |
485 | if( (*i)->sExtra.getStr() ) | 485 | if( (*i)->sExtra.getStr() ) |
486 | sTmp += (*i)->sExtra.getStr(); | 486 | sTmp += (*i)->sExtra.getStr(); |
487 | printf( fmt, sTmp.c_str() ); | 487 | printf( fmt, sTmp.getStr() ); |
488 | } | 488 | } |
489 | else | 489 | else |
490 | { | 490 | { |