Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes bug in gpsfake with default port.
The default port number used by gpsfake is (probably incorrectly) specified as a string rather than an integer. The shmkey derivation added in commit 1f20945 expects an integer, causing a failure when the port is not explicitly specified. This fix forces an integer where needed. TESTED: Ran "scons build-all check". Previously failing gpsfake case now works correctly.
- Loading branch information