View Issue Details

IDProjectCategoryView StatusLast Update
0001608Far ManagerFindFilespublic2010-12-02 18:08
Reportershmuel Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Platformx86OSWindowsOS VersionXP SP2
Product Version2.0 
Fixed in Version2.0 
Summary0001608: Мелкий баг при поиске дубликатов кодовых страниц
DescriptionНе всегда находятся дубликаты. Патч приложен.
TagsNo tags attached.
Build1738

Activities

shmuel

2010-11-30 18:23

developer  

findfile.cpp.diff (350 bytes)   
--- findfile.cpp	Thu Sep 09 16:50:18 2010
+++ findfile_new.cpp	Tue Nov 30 20:08:28 2010
@@ -550,7 +550,7 @@
 							bool isDouble = false;
 
 							for (int j = 0; j<StandardCPCount; j++)
-								if (codePage == codePages[0].CodePage)
+								if (codePage == codePages[j].CodePage)
 								{
 									isDouble =true;
 									break;
findfile.cpp.diff (350 bytes)   

Issue History

Date Modified Username Field Change
2010-11-30 18:23 shmuel New Issue
2010-11-30 18:23 shmuel File Added: findfile.cpp.diff
2010-12-02 18:08 DrKnS Build => 1738
2010-12-02 18:08 DrKnS Status new => closed
2010-12-02 18:08 DrKnS Resolution open => fixed
2010-12-02 18:08 DrKnS Fixed in Version => 2.0