X-Git-Url: http://nitlanguage.org diff --git a/lib/niti_runtime.nit b/lib/niti_runtime.nit index a618fba..dd6241b 100644 --- a/lib/niti_runtime.nit +++ b/lib/niti_runtime.nit @@ -45,7 +45,7 @@ redef class Sys do if args.is_empty then exit(0) stdin.close - stdin = new IFStream.open(args.shift) + stdin = new FileReader.open(args.shift) end # The next line to process by the main program