Submitter | mercurial-bugs@selenic.com |
---|---|
Date | April 13, 2016, 9:06 a.m. |
Message ID | <bug-5199-285@https.bz.mercurial-scm.org/> |
Download | mbox | patch |
Permalink | /patch/14575/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff -r 10290e819abb -r 5c4a953e9698 Core/Objects/LoadUnit.pas --- a/Core/Objects/LoadUnit.pas Mon Nov 24 10:58:45 2014 +0100 +++ b/Core/Objects/LoadUnit.pas Mon Nov 24 16:05:30 2014 +0100 @@ -2110,7 +2110,7 @@ InpStream: TStream; begin InpStream := GetStream('SETUP__'); - if (InpStream = nil) or IsStreamDeleted(Stream) then + if (InpStream = nil) or IsStreamDeleted(InpStream) then InpStream := GetStream('SETUP_'); if InpStream = nil then InpStream := GetStream('SETUP');