Author: turnstep
Date: Thu Jul 12 19:21:18 2007
New Revision: 9735

Modified:
   DBD-Pg/trunk/dbdimp.c

Log:
No star


Modified: DBD-Pg/trunk/dbdimp.c
==============================================================================
--- DBD-Pg/trunk/dbdimp.c       (original)
+++ DBD-Pg/trunk/dbdimp.c       Thu Jul 12 19:21:18 2007
@@ -1973,7 +1973,7 @@
        }
        else { /* We have a number */   
                if ('$' == *name)
-                       *name++;
+                       name++;
                phnum = atoi(name);
                if (phnum < 1 || phnum > imp_sth->numphs)
                        croak("Cannot bind unknown placeholder %d (%s)", phnum, 
neatsvpv(ph_name,0));

Reply via email to