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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to