Fix my own typos ...

master
Nicky 2016-03-01 01:08:53 +01:00
parent ab2c252872
commit 04a14f5599
3 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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
}

View File

@ -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>