Fix my own typos ...
parent
ab2c252872
commit
04a14f5599
|
|
@ -358,7 +358,7 @@ bool HttpLibcurl::completeRequest(CURLM * multi_handle, CURL * handle, CURLcode
|
|||
}
|
||||
}
|
||||
|
||||
// <FS:NS> See if the requested URL matches a X-LL-URL header (if present) and the requested range.
|
||||
// <FS:ND> See if the requested URL matches a X-LL-URL header (if present) and the requested range.
|
||||
// If not, we assume http pipelining havng gone out of sync. If yes, yield a 503 status and switch
|
||||
// pipelining off.
|
||||
bool bFailed = false;
|
||||
|
|
|
|||
|
|
@ -1652,7 +1652,7 @@ F32 LLViewerFetchedTexture::calcDecodePriority()
|
|||
LL_WARNS() << "Detected NaN for decode priority" << LL_ENDL;
|
||||
mDecodePriority = 0; // What to put here? Something low? high? zero?
|
||||
}
|
||||
// </FS:NS>
|
||||
// </FS:ND>
|
||||
|
||||
return mDecodePriority; // no change while waiting to create
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5257,7 +5257,7 @@ void LLVolumeGeometryManager::rebuildGeom(LLSpatialGroup* group)
|
|||
}
|
||||
else
|
||||
{
|
||||
// <FS:NS> Even more crash avoidance ...
|
||||
// <FS:ND> Even more crash avoidance ...
|
||||
// if (te->getColor().mV[3] > 0.f)
|
||||
if (te && te->getColor().mV[3] > 0.f)
|
||||
// </FS:ND>
|
||||
|
|
|
|||
Loading…
Reference in New Issue