OSDN Git Service

Cosmetic: add comment to DiffThread giving value of msgID variable (to help debugging).
authorPerry Rapp <elsapo@users.sourceforge.net>
Wed, 30 Nov 2005 00:16:40 +0000 (00:16 +0000)
committerPerry Rapp <elsapo@users.sourceforge.net>
Wed, 30 Nov 2005 00:16:40 +0000 (00:16 +0000)
Src/Changes.txt
Src/DiffThread.cpp

index 7f28637..f3e4f2b 100644 (file)
@@ -1,3 +1,8 @@
+2005-11-30 Perry
+ Cosmetic: add comment to DiffThread giving value of msgID variable
+  (to help debugging).
+  Src: DiffThread.cpp
+
 2005-11-28 Perry
  BUG: [ 1368492 ] cvs ASSERT failing
  Fix reversion bug from Patch [ 1265295 ]
index aaf38be..2da2515 100644 (file)
@@ -239,6 +239,7 @@ UINT DiffThread(LPVOID lpParam)
 
        // Send message to UI to update
        myStruct->nThreadState = THREAD_COMPLETED;
+       // msgID=MSG_UI_UPDATE=1025 (2005-11-29, Perry)
        PostMessage(hWnd, msgID, NULL, NULL);
        return 1;
 }