Connector/ODBC 3.51 commit: r618 - trunk/test
Modified:
trunk/test/my_result.c
Log:
Changed C++ comment to C comment
Modified: trunk/test/my_result.c
- trunk/test/my_result.c 2007-07-31 09:56:09 UTC (rev 617)
+++ trunk/test/my_result.c 2007-07-31 14:48:00 UTC (rev 618)
@@ -1366,18 +1366,18 @@
}
else
{
- printf("lnptr = %lld\n", lnptr);
- printf("nptr = %lld\n", nptr);
- printf("equal = %d\n", nptr == lnptr);
- printf("nequal = %d\n", nptr != lnptr);
- //is_num(lnptr, nptr);
-do {
- if (lnptr != nptr) {
- printf("# %s (%ld) != %ld in %s on line %d\n",
- "lnptr", (long)lnptr, (long)nptr, __FILE__, __LINE__);
- return FAIL;
- }
-} while (0);
+ printf("lnptr = %lld\n", lnptr);
+ printf("nptr = %lld\n", nptr);
+ printf("equal = %d\n", nptr == lnptr);
+ printf("nequal = %d\n", nptr != lnptr);
+ /* is_num(lnptr, nptr); */
+ do {
+ if (lnptr != nptr) {
+ printf("# %s (%ld) != %ld in %s on line %d\n",
+ "lnptr", (long)lnptr, (long)nptr, __FILE__, __LINE__);
+ return FAIL;
+ }
+ } while (0);
}
ok_stmt(hstmt, SQLFreeStmt(hstmt, SQL_CLOSE));
--
MySQL Code Commits Mailing List
For list archives:
http://lists.mysql.com/commits
To unsubscribe:
http://lists.mysql.com/commits?unsub=lists@pantek.com
Received on Tue Jul 31 10:48:10 2007
This archive was generated by hypermail 2.1.8
: Thu Aug 09 2007 - 19:19:51 EDT
|