~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzletest.cc

  • Committer: Stewart Smith
  • Date: 2008-10-15 03:29:08 UTC
  • mto: This revision was merged to the branch mainline in revision 516.
  • Revision ID: stewart@flamingspork.com-20081015032908-5yfuhiayx1z24wcb
a few warnings that show up on ubuntu 8.10: unchecked return codes, not fromat string

Show diffs side-by-side

added added

removed removed

Lines of Context:
1455
1455
    ds->erase(); /* Don't create a .log file */
1456
1456
 
1457
1457
    show_diff(NULL, result_file_name, reject_file);
1458
 
    die(mess);
 
1458
    die("%s",mess);
1459
1459
    break;
1460
1460
  }
1461
1461
  default: /* impossible */