<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 1: Saving "lock&amp;fuse" lockbits are inverted</title><link>https://sourceforge.net/p/ispprogrammer/bugs/1/</link><description>Recent changes to 1: Saving "lock&amp;fuse" lockbits are inverted</description><atom:link href="https://sourceforge.net/p/ispprogrammer/bugs/1/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 09 Dec 2009 11:26:09 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/ispprogrammer/bugs/1/feed.rss" rel="self" type="application/rss+xml"/><item><title>Saving "lock&amp;fuse" lockbits are inverted</title><link>https://sourceforge.net/p/ispprogrammer/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When saving a lock &amp;amp; fuse file lock bits are inverted (i.e. no check means 0xFF but 0x00 is saved). So when loaded again, checks are thus inverted (all checked).&lt;br /&gt;
I already have found a solution:&lt;br /&gt;
file fusewnd.pas, line 425, action : remove the XOR; line should read: LockHexLabel.Caption := '0x' + IntToHex (GetLockBitsVal, 2);&lt;br /&gt;
file fusewnd.pas, line 259, action : add a NOT; line should read:       if not c.Checked then&lt;br /&gt;
this way it works...&lt;br /&gt;
Regards, Valerio&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 09 Dec 2009 11:26:09 -0000</pubDate><guid>https://sourceforge.net70262060a90d5ff583bb50635957f72e7dba44a2</guid></item></channel></rss>