mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Update trac links with gitea links
This replaces all links pointing to trac with their corresponding links to gitea. Also replace http with https while at it. Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
+1
-1
@@ -266,7 +266,7 @@ unsigned long CStr::ToULong() const
|
||||
|
||||
/**
|
||||
* libc++ and libstd++ differ on how they handle string-to-number parsing for floating-points numbers.
|
||||
* See https://trac.wildfiregames.com/ticket/2780#comment:4 for details.
|
||||
* See https://gitea.wildfiregames.com/0ad/0ad/issues/2780#comment:4 for details.
|
||||
* To prevent this, only consider [0-9.-+], replace the others in-place with a neutral character.
|
||||
*/
|
||||
CStr ParseableAsNumber(CStr cleaned_copy)
|
||||
|
||||
Reference in New Issue
Block a user