List:Commits« Previous MessageNext Message »
From:jwinstead Date:August 16 2007 7:05pm
Subject:Connector/ODBC 3.51 commit: r655 - branches/guffert/driver
View as plain text  
Modified:
   branches/guffert/driver/prepare.c
   branches/guffert/driver/utility.c
Log:
Fix // comments in C code.


Modified: branches/guffert/driver/prepare.c
===================================================================
--- branches/guffert/driver/prepare.c	2007-08-16 16:57:52 UTC (rev 654)
+++ branches/guffert/driver/prepare.c	2007-08-16 17:05:14 UTC (rev 655)
@@ -138,7 +138,7 @@
     /* escape char? */
     if (*pos == '\\' && pos[1]) /* Next char is escaped */
     {
-      // @todo not multibyte aware
+      /** @todo not multibyte aware */
       pos++;
       continue;
     }

Modified: branches/guffert/driver/utility.c
===================================================================
--- branches/guffert/driver/utility.c	2007-08-16 16:57:52 UTC (rev 654)
+++ branches/guffert/driver/utility.c	2007-08-16 17:05:14 UTC (rev 655)
@@ -267,7 +267,7 @@
       wc= '?';
     }
     else
-      break;  // Not enough characters
+      break; /* Not enough characters */
 
 outp:
     if ((to_cnvres= (*wc_mb)(to_cs, wc, (uchar*) to, to_end)) > 0)

Thread
Connector/ODBC 3.51 commit: r655 - branches/guffert/driverjwinstead16 Aug