<div dir="ltr">I dont see it, but I will argue it tomorrow. This is getting like Emacs lisp programming :)<div><br></div><div>And I will need to get the Kernel log going here to print a few things.</div><div>Or maybe just set a trap, aha, that might work.</div><div><br></div><div>Cheers,</div><div><br></div><div>j.</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 8, 2015 at 9:59 PM, Peter Matthias <span dir="ltr"><<a href="mailto:PeterMatthias@web.de" target="_blank">PeterMatthias@web.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Jan,<br>
<br>
your Match procedure needs the filename to end with 0X, 0X (two times 0X). If the filesystem does that, it works. If not, not.<br>
<br>
Adding<br>
n:=0;<br>
WHILE name[n]#0 DO INC(n) END;<br>
name[n+1]:=0X;<br>
at the beginning of your Match procedure obviously fixes the problem.<br>
<br>
You can also call Match directly to see the bug:<br>
mask:="*.Mod"<br>
name:="ABCD.Mod"<br>
name:="123";<br>
IF Match(mask, name) THEN ...<span class=""><br>
<br>
Regards,<br>
        Peter<br>
<br>
<br>
Am 07.10.2015 um 17:51 schrieb Jan de Kruyf:<br>
</span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
Hallo Peter,<br>
<br>
Could you send me your test cases please.<br>
I would like to duplicate your findings and see where I went wrong.<br>
<br>
Cheers,<br>
<br>
j.<br>
<br>
<br>
On Tue, Oct 6, 2015 at 10:21 PM, Peter Matthias <<a href="mailto:PeterMatthias@web.de" target="_blank">PeterMatthias@web.de</a><br></span><span class="">
<mailto:<a href="mailto:PeterMatthias@web.de" target="_blank">PeterMatthias@web.de</a>>> wrote:<br>
<br>
    Am 23.09.2015 um 17:26 schrieb Peter Easthope:<br>
<br>
        Hello,<br>
<br>
        In OLR, has anyone found a way to store user data separately<br>
        from OLR system data?  As a specific example, OLR is installed<br>
        in /home/peter/olr on the HDD.  User data is in a SDHC card.<br>
        The SDHC can be mounted at /home/peter/olr/SDHC.<br>
<br>
        ls /home/peter/olr/SDHC/* shows the contents of the SDHC.<br>
        System.Directory ./SDHC/* ~ shows nothing.<br>
<br>
        Does anyone have a clever solution?<br>
<br>
<br>
    Hi Peter,<br>
<br>
    I updated OLR.FileDir.Mod . File is here:<br>
    <a href="http://oberon.wdfiles.com/local--files/start/OLR.FileDir.Mod" rel="noreferrer" target="_blank">oberon.wdfiles.com/local--files/start/OLR.FileDir.Mod</a><br></span>
    <<a href="http://oberon.wdfiles.com/local--files/start/OLR.FileDir.Mod" rel="noreferrer" target="_blank">http://oberon.wdfiles.com/local--files/start/OLR.FileDir.Mod</a>><span class=""><br>
    (and at <a href="http://oberon.wikidot.com/start" rel="noreferrer" target="_blank">http://oberon.wikidot.com/start</a> in "Get OLR" section)<br>
    download, store in olr directory and compile the module.<br>
<br>
    I did not update to Jan's matching procedure because I also get<br>
    wrong matches there.<br>
<br>
    Regards,<br>
             Peter<br>
<br>
    --<br></span>
    <a href="mailto:Oberon@lists.inf.ethz.ch" target="_blank">Oberon@lists.inf.ethz.ch</a> <mailto:<a href="mailto:Oberon@lists.inf.ethz.ch" target="_blank">Oberon@lists.inf.ethz.ch</a>> mailing<span class=""><br>
    list for ETH Oberon and related systems<br>
    <a href="https://lists.inf.ethz.ch/mailman/listinfo/oberon" rel="noreferrer" target="_blank">https://lists.inf.ethz.ch/mailman/listinfo/oberon</a><br>
<br>
<br>
<br>
<br>
--<br>
<a href="mailto:Oberon@lists.inf.ethz.ch" target="_blank">Oberon@lists.inf.ethz.ch</a> mailing list for ETH Oberon and related systems<br>
<a href="https://lists.inf.ethz.ch/mailman/listinfo/oberon" rel="noreferrer" target="_blank">https://lists.inf.ethz.ch/mailman/listinfo/oberon</a><br>
<br>
</span></blockquote><div class="HOEnZb"><div class="h5">
--<br>
<a href="mailto:Oberon@lists.inf.ethz.ch" target="_blank">Oberon@lists.inf.ethz.ch</a> mailing list for ETH Oberon and related systems<br>
<a href="https://lists.inf.ethz.ch/mailman/listinfo/oberon" rel="noreferrer" target="_blank">https://lists.inf.ethz.ch/mailman/listinfo/oberon</a><br>
</div></div></blockquote></div><br></div>