From b26d7a86b1238261a2804203e19c19420db0059b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 31 Dec 2001 07:54:26 +0000 Subject: 2001-12-30 Roland McGrath * storeread.c (main): Fix argument order in `error' call. --- utils/storeread.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/storeread.c b/utils/storeread.c index 52da3fc2..5700971e 100644 --- a/utils/storeread.c +++ b/utils/storeread.c @@ -1,7 +1,7 @@ /* Write portions of a store to stdout - Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc. - Written by Miles Bader + Copyright (C) 1996,97,99,2001 Free Software Foundation, Inc. + Written by Miles Bader This file is part of the GNU Hurd. The GNU Hurd is free software; you can redistribute it and/or @@ -91,7 +91,7 @@ main (int argc, char **argv) else err = store_create (source, 0, 0, &store); if (err) - error (err, 3, "%s", arg); + error (3, err, "%s", arg); } else if (addr < 0) addr = atoll (arg); -- cgit v1.2.3