~brianaker/libmemcached/gear-clean

« back to all changes in this revision

Viewing changes to libtest/alarm.cc

  • Committer: Brian Aker
  • Date: 2013-01-24 11:17:17 UTC
  • mto: This revision was merged to the branch mainline in revision 1144.
  • Revision ID: brian@tangent.org-20130124111717-nmiq5yf0v1ov9jhk
Correct style, use of newer YATL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
 
69
69
    if (errno != 0)
70
70
    {
71
 
      fatal_message("Bad value for YATL_ALARM");
 
71
      FATAL("Bad value for YATL_ALARM");
72
72
    }
73
73
    else if (tv_sec == 0)
74
74
    {