--- gnu-efi-2.0/elilo/elilo.c.verbosity Fri Apr 20 18:33:42 2001 +++ gnu-efi-2.0/elilo/elilo.c Fri Apr 20 19:12:55 2001 @@ -367,7 +370,7 @@ * config file */ if (argc > 1+index) { - StrCpy(args, argv[++index]); + /* StrCpy(args, argv[++index]); */ while (++index < argc) { StrCat(args, W2U(L" ")); StrCat(args, argv[index]);