View Issue Details

IDProjectCategoryView StatusLast Update
0000505Spring engineGeneralpublic2007-04-05 00:03
ReporterFLOZi Assigned Totvo  
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
Summary0000505: [patch] LoadingRadius tag for transports
DescriptionA simple 1 line patch - this was previously hardcoded to 220 for no apparant reason other than its a good default.
TagsNo tags attached.
Attached Files
LoadingRadiusTag.diff (Attachment missing)
Checked infolog.txt for Errors

Activities

tvo

2007-04-04 23:30

reporter   ~0000868

Committed, r3547

tvo

2007-04-05 00:03

reporter   ~0000870

* Fix 2 bugs in the one (!) liner patch r3547:
  - loadingradius was float, so use atof not atoi
  - !! is a shortcut for a cast to boolean, so don't use it for floats

Better doublecheck things a bit more next time :-)

And note to self: don't commit patches when too tired to spot such bugs ;-)

Issue History

Date Modified Username Field Change
2007-03-30 02:13 FLOZi New Issue
2007-03-30 02:13 FLOZi File Added: LoadingRadiusTag.diff
2007-04-04 23:30 tvo Status new => assigned
2007-04-04 23:30 tvo Assigned To => tvo
2007-04-04 23:30 tvo Status assigned => resolved
2007-04-04 23:30 tvo Resolution open => fixed
2007-04-04 23:30 tvo Note Added: 0000868
2007-04-05 00:03 tvo Note Added: 0000870