[or-cvs] r14724: Fix pointer without cast issue. (torbrowser/trunk/src/RelativeLink)

ioerror at seul.org ioerror at seul.org
Sun May 25 05:40:12 UTC 2008


Author: ioerror
Date: 2008-05-25 01:40:12 -0400 (Sun, 25 May 2008)
New Revision: 14724

Modified:
   torbrowser/trunk/src/RelativeLink/RelativeLink.c
Log:
Fix pointer without cast issue.


Modified: torbrowser/trunk/src/RelativeLink/RelativeLink.c
===================================================================
--- torbrowser/trunk/src/RelativeLink/RelativeLink.c	2008-05-25 05:39:24 UTC (rev 14723)
+++ torbrowser/trunk/src/RelativeLink/RelativeLink.c	2008-05-25 05:40:12 UTC (rev 14724)
@@ -36,7 +36,7 @@
     if( !CreateProcess( 
         NULL, ProgramToStart, NULL, NULL, FALSE, 0, NULL, NULL, &si, &pi ))
     {
-         MessageBox ( NULL, TEXT ("Unable to start Vidalia"), NULL, NULL );
+         MessageBox ( NULL, TEXT ("Unable to start Vidalia"), NULL, MB_OK);
          return -1;
     }
 



More information about the tor-commits mailing list