Ignore:
Timestamp:
Sep 5, 2001, 1:57:20 PM (24 years ago)
Author:
bird
Message:

Correcte parameter insertion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/database/db.cpp

    r6636 r6642  
    1 /* $Id: db.cpp,v 1.22 2001-09-05 09:27:27 bird Exp $ *
     1/* $Id: db.cpp,v 1.23 2001-09-05 11:57:20 bird Exp $ *
    22 *
    33 * DB - contains all database routines.
     
    10651065                                );
    10661066                        if (pFnDesc->apszParamDesc[i] != NULL)
    1067                             sqlstrcat(pszQuery, ", ", pFnDesc->apszParamDesc[i]);
     1067                            sqlstrcat(pszQuery, ", ", pFnDesc->apszParamDesc[i], ")");
    10681068                        else
    10691069                            strcat(pszQuery, ", NULL)");
Note: See TracChangeset for help on using the changeset viewer.