OSDN Git Service

Fix invalid compare for VSS dialog returnvalue
authorKimmo Varis <kimmov@gmail.com>
Thu, 10 Mar 2005 23:56:44 +0000 (23:56 +0000)
committerKimmo Varis <kimmov@gmail.com>
Thu, 10 Mar 2005 23:56:44 +0000 (23:56 +0000)
Src/MainFrm.cpp
Src/readme.txt

index 29d394e..96e182d 100644 (file)
@@ -1078,7 +1078,7 @@ BOOL CMainFrame::SaveToVersionControl(CString& strSavePath)
                                                m_CheckOutMulti = FALSE; // Reset, we don't want 100 of the same errors
                                                return FALSE;   // No means user has to start from begin
                                        }
-                                       else if (iRes = IDYESTOALL)
+                                       else if (iRes == IDYESTOALL)
                                                m_bVssSuppressPathCheck = TRUE; // Don't ask again with selected files
                                }
                        }
index 1ab396e..61e404b 100644 (file)
@@ -1,6 +1,8 @@
 2005-03-10 Kimmo
  PATCH: [ 1160064 ] Undo for Copy All
   Src: MergeDoc.cpp MergeDoc.h
+ Fix invalid compare for VSS dialog returnvalue
+  Src: MainFrm.cpp
 
 2005-03-09 Perry
  PATCH: [ 1157359 ] Minor change for FILEFILTER_INFOLIST