List:Commits« Previous MessageNext Message »
From:Joerg Bruehe Date:March 15 2010 6:02pm
Subject:bzr commit into mysql-trunk branch (joerg:3122)
View as plain text  
#At file:///MySQL/REPO/V55/clone-5.5/ based on revid:joerg@stripped

 3122 Joerg Bruehe	2010-03-15
      Another case of C++ syntax used for a comment in C.

    modified:
      dbug/dbug.c
=== modified file 'dbug/dbug.c'
--- a/dbug/dbug.c	2009-11-27 14:40:33 +0000
+++ b/dbug/dbug.c	2010-03-15 18:01:22 +0000
@@ -1365,7 +1365,7 @@ static void DbugVfprintf(FILE *stream, c
 {
   char cvtbuf[1024];
   size_t len;
-  // Do not use my_vsnprintf, it does not support "%g".
+  /* Do not use my_vsnprintf, it does not support "%g". */
   len = vsnprintf(cvtbuf, sizeof(cvtbuf), format, args);
   (void) fprintf(stream, "%s\n", cvtbuf);
 }


Attachment: [text/bzr-bundle] bzr/joerg@mysql.com-20100315180122-5tphjb68sisy6qfw.bundle
Thread
bzr commit into mysql-trunk branch (joerg:3122)Joerg Bruehe15 Mar