I've notived some missing code in the very last version of sd_card.jal (rev > 2656), see the following > diff:http://code.google.com/p/jallib/source/diff?spec=svn2656&old=2656&r=2... > > <http://code.google.com/p/jallib/source/diff?spec=svn2656&old=2656&r=2...>I > remember having added "SD_BYTE_PER_SECTOR = 512", as you can see, but it's > back on hard-coded 512 in the last version. Also notice the missing MSSP1 > default aliases.
I'll fix this, I don't know how this could have happened. I always use the latest revision before making changes. > And the following test won't work anymore: > > -- fix a compatibility issue. compiler bug has been reported.20-- fix a > compatibility issue. compiler bug has been reported. > if jal_build == 20110306 then > > I also remember having changed this to "if jal_build >= 20110306", but can't > find any traces in SVN. I may not have committed this. Note current version > won't do what you expect, as 2.4o final is released (jal_build=20110508), > and you'll use 2.4n code with current test. It was always "if jal_build == 20110306 then". This works correctly. It was only 2.4o beta that had the issue. You suggested ">=", but I never made the change. > I thought I was becoming insane... It's probably me that is going insane :) Matt. -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
