cortav  Diff

Differences From Artifact [2240e68512]:

To Artifact [37b0a0a8ee]:


   185    185   				end
   186    186   			end
   187    187   
   188    188   		end
   189    189   	i = i + 1 end end
   190    190   
   191    191   	if args[1] and args[1] ~= '' then
   192         -		local file = io.open(arg[1], "rb")
          192  +		local file = io.open(args[1], "rb")
   193    193   		if not file then error('unable to load file ' .. args[1]) end
   194    194   		input.stream = file
   195    195   		input.src.file = args[1]
   196    196   	end
   197    197   
   198    198   	return main(input, outp, log, mode, suggestions, vars)
   199    199   end