Patch level :10.0 476
Files correlati : Ricompilazione Demo : [ ] Commento :ba8.exe git-svn-id: svn://10.65.10.50/trunk@19509 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
96f040ee4b
commit
3aed6539fb
@ -5,6 +5,7 @@
|
||||
#include <prefix.h>
|
||||
#include <reprint.h>
|
||||
#include <tabutil.h>
|
||||
#include <utility.h>
|
||||
|
||||
#include "ba8400.h"
|
||||
#include "ba8500.h"
|
||||
@ -218,7 +219,9 @@ void TKlarkKent_app::main_loop()
|
||||
|
||||
TString appname, desc;
|
||||
const bool custom_app = rep2app(report_name, appname, desc);
|
||||
if (custom_app)
|
||||
const TString& cust_cmd = cmd2name(appname);
|
||||
const TString& this_cmd = cmd2name(argv(0), argv(1));
|
||||
if (custom_app && (cust_cmd != this_cmd))
|
||||
{
|
||||
appname << ' ' << report_name;
|
||||
if (vars.items() > 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user