cn-uofbasel / ccn-lite

CCN-lite, a lightweight implementation of the CCNx protocol and its variations
ISC License
74 stars 63 forks source link

replaced calls to atof with strtof #323

Closed mfrey closed 5 years ago

mfrey commented 5 years ago

Contribution description

Replaces calls to atof with strtof as described in #319. On a side note the previous PR #322 had a commit which was part of #321. This is a new PR which just has one single commit covering the atof/strtof replacement.

Issues/PRs references

Addresses #319. See also #321 .

mfrey commented 5 years ago

I've created the last PR from a branch which branched from another feature branch. I've basically created a new branch using git branch/git cherry-pick so it is a single commit.