Patch level :
Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/branches/R_10_00@21995 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
7dab73d878
commit
8107a1ac63
@ -3,7 +3,7 @@
|
||||
|
||||
#include "ha3.h"
|
||||
|
||||
#define usage "Error - usage : %s -{0|7|8}"
|
||||
#define usage "Error - usage : %s -{0|6|7|8}"
|
||||
|
||||
int main(int argc,char** argv)
|
||||
{
|
||||
@ -13,6 +13,7 @@ int main(int argc,char** argv)
|
||||
switch (r)
|
||||
{
|
||||
case 0: rt = ha3100(argc, argv); break; //Gestione giri
|
||||
case 6: rt = ha3700(argc, argv); break; //Stampa storico
|
||||
case 7: rt = ha3800(argc, argv); break; //Inserimento righe storico da documenti
|
||||
case 8: rt = ha3900(argc, argv); break; //Gestione storico attrezzature
|
||||
default: error_box(usage, argv[0]); break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user