There is no need to handle 0<=k<MAX_DS, as k is always like that in this
code path.
MFC after: 1 week
Differential D53711
ministat: Simplify DumpPlot Authored by 0mp on Wed, Nov 12, 3:12 PM. Tags None Referenced Files
Subscribers
Details
Diff Detail
Event TimelineComment Actions
How do you know that? Comment Actions Ok, so PlotSet() sets pl->data[j * pl->width + x] |= val where 0<=val<MAX_DS. So your assertion is true, but only because MAX_DS is a power of 2. I don't really see the value of the change to be honest. |