| Submitter | Artem Bityutskiy |
|---|---|
| Date | April 24, 2011, 4:16 p.m. |
| Message ID | <1303661778-13214-4-git-send-email-dedekind1@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/92668/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/tests/fs-tests/integrity/integck.c b/tests/fs-tests/integrity/integck.c index 80d34c0..9f03709 100644 --- a/tests/fs-tests/integrity/integck.c +++ b/tests/fs-tests/integrity/integck.c @@ -233,7 +233,7 @@ static void check_failed(const char *cond, const char *func, const char *file, fflush(stdout); errmsg("condition '%s' failed in %s() at %s:%d", - cond, func, __FILE__, __LINE__); + cond, func, file, line); normsg("error %d (%s)", error, strerror(error)); /* * Note, to make this work well you need: