Re: [opensource-dev] UI - Picks - no delete button
The trashcan is not in the web profile, it's in the viewer sidebar. Same place as it was before. Tiggs On Wed, Feb 16, 2011 at 10:33 AM, Ann Otoole wrote: > > I don't see any trashcan. Expected. Looked. Not there. v2.5. No way to > delete picks. > > > From: Geenz
Re: [opensource-dev] Second Pair of eyes needed!
You're shadowing fptr in the last if clause: if (!fptr) { LLFILE* fptr = LLFile::fopen(oldLogFileName(filename), "r");/*Flawfinder: ignore*/ LL_INFOS("") << "Old :" << file_name << LL_ENDL; if (!fptr) {