Development
eject: close file description after usage
Also reindent the switch statement. CID 702040.
Also reindent the switch statement. CID 702040.
Categories: Development
recipe.syntax.vim: Update following SRC_URI/SRC_FILENAME change
in haikuporter.
in haikuporter.
Categories: Development
Matrox accelerant: assignation to B_OK -> condition never true.
Assignation to B_OK in if condition means it will never be true. Replace with ==.
CID 991072, 991155 and 604410.
Assignation to B_OK in if condition means it will never be true. Replace with ==.
CID 991072, 991155 and 604410.
Categories: Development
Cortex: fix copy and paste error
Comparing a format with byte_order and the context indicates a copy and paste error.
CID 991144
Comparing a format with byte_order and the context indicates a copy and paste error.
CID 991144
Categories: Development
Workaround timing issues in Chart
When run on a VM (VBox, vmware), the timing calculations done were giving weird
results (< 1ms), messing with the logic (div by zero introduced).
Should take care of ticket #89.
When run on a VM (VBox, vmware), the timing calculations done were giving weird
results (< 1ms), messing with the logic (div by zero introduced).
Should take care of ticket #89.
Categories: Development
Backgrounds: FlattenedSize() can be negative (error status)
CID 610928.
CID 610928.
Categories: Development
CID 743867: Memleak in DiskUsage
Categories: Development
match new[] operator with delete[] operator
The string ends up being deleted with the [] variant later on.
CID 602975.
The string ends up being deleted with the [] variant later on.
CID 602975.
Categories: Development
Logic error in TaskLoop::RunIfNeeded()
The ! operator would have priority over < and would transform currentTime before the
comparison. Moreso, the logic was reversed. It is supposed to return false if it's
not time yet to run the task, not the opposite.
CID 1273447.
The ! operator would have priority over < and would transform currentTime before the
comparison. Moreso, the logic was reversed. It is supposed to return false if it's
not time yet to run the task, not the opposite.
CID 1273447.
Categories: Development
