Skip to content

Commit

Permalink
🐛 minor bug
Browse files Browse the repository at this point in the history
  • Loading branch information
juanhuttemann committed Aug 14, 2020
1 parent 50563bb commit 18d1219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memdev.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func Info() ([]Memory, error) {
continue
}

if len(s.Strings) < 1 {
if len(s.Strings) > 1 {

size := int(binary.LittleEndian.Uint16(s.Formatted[8:10]))
bankLocator := s.Strings[0]
Expand Down

0 comments on commit 18d1219

Please sign in to comment.