From ebf4618b8373230ae42558f22bb1e3295dedca8f Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 9 Sep 1997 15:54:01 +0000 Subject: [PATCH] Aggiunto il meno ("-") al parametro C quando si chiama la conversione in automatic-restart git-svn-id: svn://10.65.10.50/trunk@5185 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ba/ba0.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ba/ba0.cpp b/ba/ba0.cpp index 1cc159969..bd840144f 100755 --- a/ba/ba0.cpp +++ b/ba/ba0.cpp @@ -602,7 +602,7 @@ bool TMenuitem::perform_program() const time_t old_time ; time( &old_time) ; while ( time( (time_t *) 0 ) <= old_time ) do_events(); - TExternal_app auto_conv("ba1 -0 C"); + TExternal_app auto_conv("ba1 -0 -C"); auto_conv.run(); fp = fopen("conv.his","r"); if (fp != NULL)