~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/cslib/CSException.cc

  • Committer: Barry.Leslie at PrimeBase
  • Date: 2010-10-20 20:21:41 UTC
  • mto: This revision was merged to the branch mainline in revision 1871.
  • Revision ID: barry.leslie@primebase.com-20101020202141-o6vdfqq9nv55mswi
Updating PBMS code to match pbms revision 244

Show diffs side-by-side

added added

removed removed

Lines of Context:
181
181
        cs_format_context(CS_EXC_CONTEXT_SIZE, iContext, func, file, line);
182
182
        iErrorCode = err;
183
183
        getCoreError(CS_EXC_MESSAGE_SIZE, iMessage, err);
184
 
        cs_replace_string(CS_EXC_MESSAGE_SIZE, iMessage, '%', item);
 
184
        cs_replace_string(CS_EXC_MESSAGE_SIZE, iMessage, "%s", item);
185
185
}
186
186
 
187
187
void CSException::initOSError(const char *func, const char *file, int line, int err)