forked from omnetpp/omnetpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
samples/openstreetmap: Fix distorted map on Windows
By using strtoll to parse node IDs instead of strtol, because long is 32 bit on Windows, and IDs are larger than 2^31. This caused confusion when lookig up referenced nodes. Fixes omnetpp#1108.
- Loading branch information
1 parent
ae7615b
commit a836f3a
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters