Patch level : no patch

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :
Aggiunto case 0


git-svn-id: svn://10.65.10.50/trunk@10915 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2003-03-14 15:18:38 +00:00
parent e82c0ef7b3
commit 47dc018f9f

View File

@ -7,6 +7,7 @@ int main(int argc, char** argv)
const int n = argc > 1 ? atoi(argv[1]+1) : 0;
switch (n)
{
case 0:
default:
ba8100(argc, argv);
break;