diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-05-11 05:22:54 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-05-11 05:22:54 +0000 |
| commit | 8f9c9957875b58ddd0f9dd3fa49b7f8a5ebd52ea (patch) | |
| tree | c4acd58166be0977f64200c6b3779bbb24931b2f /lib/libdisk/tst01.c | |
| parent | 4767b312114eaa7ff40a6693e6e1d17c1f8cc481 (diff) | |
Notes
Diffstat (limited to 'lib/libdisk/tst01.c')
| -rw-r--r-- | lib/libdisk/tst01.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libdisk/tst01.c b/lib/libdisk/tst01.c index b32253a44521..43a636491b9f 100644 --- a/lib/libdisk/tst01.c +++ b/lib/libdisk/tst01.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: tst01.c,v 1.10 1995/05/04 07:00:56 phk Exp $ + * $Id: tst01.c,v 1.11 1995/05/10 05:57:04 phk Exp $ * */ @@ -171,11 +171,11 @@ main(int argc, char **argv) if (!strcasecmp(*cmds,"dwim") && ncmd == 6) { printf("dwim = %p\n", Create_Chunk_DWIM(d, - (struct chunk *)strtol(cmds[1],0,0)), + (struct chunk *)strtol(cmds[1],0,0), strtol(cmds[2],0,0), strtol(cmds[3],0,0), strtol(cmds[4],0,0), - strtol(cmds[5],0,0) ); + strtol(cmds[5],0,0))); continue; } if (!strcasecmp(*cmds,"delete") && ncmd == 2) { |
