chiark / gitweb /
fix master bit in make-idlocs
authorian <ian>
Wed, 7 Dec 2005 01:28:09 +0000 (01:28 +0000)
committerian <ian>
Wed, 7 Dec 2005 01:28:09 +0000 (01:28 +0000)
cebpic/make-idlocs

index 6119f956480046df9c3aba1376d9ed741565897f..5f96d5cb32042bc5cfc6b0f34ebc45737f9accf4 100755 (executable)
@@ -14,7 +14,7 @@ $picno= $_;
 $a[0]= $picno;
 $a[1]= 0;
 
-$a[1] |= 0x80 if $picno;
+$a[1] |= 0x80 if !$picno;
 
 open W, "< $wiring" or die "$wiring: $!";
 while (<W>) {