Skip to content
Snippets Groups Projects
Commit 8e937e92 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

bugfix!

Rev: lib/master.pike.in:1.42
parent 4a14b2f2
No related branches found
No related tags found
No related merge requests found
/* $Id: master.pike.in,v 1.41 1999/02/26 01:14:07 grubba Exp $ /* $Id: master.pike.in,v 1.42 1999/03/17 21:44:52 hubbe Exp $
* *
* Master-file for Pike. * Master-file for Pike.
* *
...@@ -216,7 +216,7 @@ static program low_findprog(string pname, string ext) ...@@ -216,7 +216,7 @@ static program low_findprog(string pname, string ext)
if(s2[1]>=0 && s2[3]>=s[3]) if(s2[1]>=0 && s2[3]>=s[3])
{ {
mixed err=catch { mixed err=catch {
return decode_value(_static_modules.files()->Fd(fname+".o","r")->read(),Codec()); return programs[fname]=decode_value(_static_modules.files()->Fd(fname+".o","r")->read(),Codec());
}; };
if(want_warnings) if(want_warnings)
werror("Failed to decode %s.o\n",fname); werror("Failed to decode %s.o\n",fname);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment