]> git.tuebingen.mpg.de Git - paraslash.git/commit
fsck.c: Fix several bugs in dump mode.
authorAndre Noll <maan@systemlinux.org>
Tue, 2 Oct 2007 12:04:46 +0000 (14:04 +0200)
committerAndre Noll <maan@systemlinux.org>
Tue, 2 Oct 2007 12:04:46 +0000 (14:04 +0200)
commit80b069cfa99275331c28a15f8c7b9c77c41d80c4
treec8df13ccfc393ebc18d92984823362784b2568c5
parente60387b0557fbeb97895bc3d6d4423be12436c52
fsck.c: Fix several bugs in dump mode.

- Don't abort if a  directory can't be created because it already exists.
- Use correct variable for the disk storage name column.
- If more than one table is to be dumped, use a directory for each table.
- Remove __a_unused for main()'s argc which _is_ being used.
fsck.c