You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by da...@apache.org on 2009/09/09 19:54:56 UTC

svn commit: r813059 - /webservices/sandesha/trunk/c/src/storage/sqlite/sqlite3.c

Author: damitha
Date: Wed Sep  9 17:54:56 2009
New Revision: 813059

URL: http://svn.apache.org/viewvc?rev=813059&view=rev
Log:
Initializing variable to avoid compilation error in solaris

Modified:
    webservices/sandesha/trunk/c/src/storage/sqlite/sqlite3.c

Modified: webservices/sandesha/trunk/c/src/storage/sqlite/sqlite3.c
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/storage/sqlite/sqlite3.c?rev=813059&r1=813058&r2=813059&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/storage/sqlite/sqlite3.c (original)
+++ webservices/sandesha/trunk/c/src/storage/sqlite/sqlite3.c Wed Sep  9 17:54:56 2009
@@ -10153,7 +10153,7 @@
   char buf[etBUFSIZE];       /* Conversion buffer */
   char prefix;               /* Prefix character.  "+" or "-" or " " or '\0'. */
   etByte errorflag = 0;      /* True if an error is encountered */
-  etByte xtype;              /* Conversion paradigm */
+  etByte xtype = 0;              /* Conversion paradigm */
   char *zExtra;              /* Extra memory used for etTCLESCAPE conversions */
   static const char spaces[] =
    "                                                                         ";



---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org