Author: turnstep
Date: Mon Jan 21 21:53:49 2008
New Revision: 10635

Modified:
   DBD-Pg/trunk/quote.c

Log:
splint catch


Modified: DBD-Pg/trunk/quote.c
==============================================================================
--- DBD-Pg/trunk/quote.c        (original)
+++ DBD-Pg/trunk/quote.c        Mon Jan 21 21:53:49 2008
@@ -331,7 +331,7 @@
                        *result++ = *string++;
                }
        }
-       result = '\0';
+       *result = '\0';
        string = result - (*retlen);
        return;
 }

Reply via email to