[Bug 199183] Review Request: e2tools - Manipulate files in unmounted ext2/ext3 filesystems

bugzilla at redhat.com bugzilla at redhat.com
Fri Jul 21 14:20:42 UTC 2006


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: e2tools - Manipulate files in unmounted ext2/ext3 filesystems


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=199183


rhbugs at n-dimensional.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rhbugs at n-dimensional.de




------- Additional Comments From rhbugs at n-dimensional.de  2006-07-21 10:11 EST -------
The expression in question is

(void *)
(verbose) ? &verbose : NULL

That should almost certainly read

(void *) (
(verbose) ? &verbose : NULL )

instead.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the package-review mailing list