Author: mysqlpp
Date: Thu Nov 26 21:27:54 2009
New Revision: 2588
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2588&view=rev
Log:
Comment grammar fix
Modified:
trunk/examples/load_jpeg.cpp
Modified: trunk/examples/load_jpeg.cpp
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/load_jpeg.cpp?rev=2588&r1=2587&r2=2588&view=diff
==============================================================================
--- trunk/examples/load_jpeg.cpp (original)
+++ trunk/examples/load_jpeg.cpp Thu Nov 26 21:27:54 2009
@@ -84,7 +84,7 @@
// "NULL JPEG" in the DB when the file doesn't exist.
// 3. Finally, we need to pass a raw, unterminated char buffer
// pointer to is_jpeg(), which mysqlpp::sql_blob::data()
- // returns, mirroring the C++'s std::string interface.
+ // returns, mirroring C++ std::string interface.
if ((img.data.data.size() > 10) &&
is_jpeg(img.data.data.data())) {
return true;
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits