commit | 792b45b142e6b901e1de20886bc3369211582b8c | [log] [tgz] |
---|---|---|
author | Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> | Wed May 19 22:53:44 2010 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri May 21 11:49:19 2010 +0200 |
tree | 88120fa9ffe2caf8caf1f8bd59847fb8aa8148ca | |
parent | 396759ad4ad5289623eb7e1993c433ad4e7b13a1 [diff] |
vvfat: Fix compilation with DEBUG defined gcc does not like passing a NULL where an int value is expected: block/vvfat.c: In function ‘checkpoint’: block/vvfat.c:2868: error: passing argument 2 of ‘remove_mapping’ makes integer from pointer without a cast Signed-off-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>