~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/set_var.cc

  • Committer: Brian Aker
  • Date: 2008-08-09 21:43:24 UTC
  • mfrom: (279.1.4 codestyle)
  • Revision ID: brian@tangent.org-20080809214324-jy2c15bx49naddsf
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
1395
1395
  {
1396
1396
    if (!(res= var->value->val_str(&str)))
1397
1397
    {
1398
 
      strmov(buff, "NULL");
 
1398
      stpcpy(buff, "NULL");
1399
1399
      goto err;
1400
1400
    }
1401
1401