Closed
Bug 602770
Opened 14 years ago
Closed 14 years ago
Fix "a the" in comments (in SQLite )
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: ewong, Assigned: ewong)
References
Details
security/nss/lib/sqlite/sqlite3.c (View Hg log or Hg annotations)
* line 80795 -- ** If regPrev>0 then it is a the first register in a vector that
* line 100815 -- ** to by the argument to point a the "simple" tokenizer implementation.
![]() |
Assignee | |
Updated•14 years ago
|
Summary: Fix "a the" in comments (in SQLite ) → Fix "a the" in comments (in SQLite - upstream)
![]() |
Assignee | |
Comment 1•14 years ago
|
||
After going through the mailing list for this bug, the patch was reviewed and checked in on the 9th August.
http://www.sqlite.org/src/info/88bf901627
While fixed upstream, I noticed that their sqlite3.c file has been broken up into different files.
The section containing line 80795 in our source has been moved to src/select.c.
The section containing line 100815 has been moved to ext/fts3/fts3.c.
Both files have been patched, so this bug is closed.
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Summary: Fix "a the" in comments (in SQLite - upstream) → Fix "a the" in comments (in SQLite )
![]() |
Assignee | |
Comment 2•14 years ago
|
||
Premature closing. Realized this was part of NSS source.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
![]() |
Assignee | |
Comment 3•14 years ago
|
||
On second thoughts, this bug isn't going to make any difference first hand for the NSS source. Closing it unless someone disagrees.
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•