Project

General

Profile

Bug #737 ยป checkpt.c.diff

luxh, 07/24/2007 05:41 PM

View differences:

checkpt.c 24 Jul 2007 17:07:07 -0000
void
usage(const char *prg)
{
fprintf(stderr, "%s file.ckpt\n", prg);
fprintf(stderr, "%s -r file.ckpt\n", prg);
exit(1);
}
......
fprintf(stderr, "Unknown error restoring checkpoint\n");
return(5);
}
    (1-1/1)