Skip to content

Fix Margay_TimeSet to be fully OSX compatible  #1

@bschulz1701

Description

@bschulz1701

Issue:

Code does not trigger into OSX condition (Len > 17) because it always trips at Ubuntu condition Len > 11, also substring usage is incorrect withing these functions. Needs to be substring(0, x) not simply, substring(x)

Solution:

Clarify OSX conditional, change sub-strings, test for use of cu vs tty port for OSX

  • Fix conditional
  • Fix substrings
  • Clarify cu vs. tty
  • Test on OSX
  • Test on Ubuntu

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions