mirror of
https://github.com/reactos/reactos.git
synced 2026-06-03 01:41:13 +08:00
no message
svn path=/trunk/; revision=1507
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/* $Id: Completion.cpp,v 1.1 2001/01/10 01:25:29 narnaoud Exp $
|
||||
/* $Id: Completion.cpp,v 1.2 2001/01/13 23:54:07 narnaoud Exp $
|
||||
*
|
||||
* regexpl - Console Registry Explorer
|
||||
*
|
||||
* Copyright (C) 2000 Nedko Arnaoudov <nedkohome@atia.com>
|
||||
* Copyright (C) 2000,2001 Nedko Arnaoudov <nedkohome@atia.com>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@@ -240,10 +240,10 @@ BOOL CCompletionList::Add(const TCHAR *pszText, BOOL blnIsKey)
|
||||
const TCHAR * CCompletionList::Get(unsigned __int64 nIndex, BOOL& rblnIsKey)
|
||||
{
|
||||
ASSERT(nIndex < m_nCount);
|
||||
BOOL blnForward;
|
||||
BOOL blnForward = FALSE;
|
||||
CCompletionMatch *pNode = NULL;
|
||||
|
||||
unsigned __int64 nRelativeIndex;
|
||||
unsigned __int64 nRelativeIndex = 0;
|
||||
|
||||
if (m_pLastSearched)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user