Fix compile issue
authormmann <mmann@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 1 Jan 2014 14:55:20 +0000 (14:55 +0000)
committermmann <mmann@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 1 Jan 2014 14:55:20 +0000 (14:55 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@54536 f5534014-38df-0310-8fa8-9805f1628bb7

filetap/ftap.c

index 35b319c44128f9b1725c23d9606d01f05fdb818a..f3dd8c66aec2d67815a46f4c27316bec8d3c07f8 100644 (file)
@@ -475,6 +475,6 @@ ftap_seek_read(ftap *fth, gint64 seek_off,
        Buffer *buf, int len,
        int *err, gchar **err_info)
 {
-       return fth->subtype_seek_read(fth, seek_off, /* XXX - phdr*/NULL, buf, len,
+       return fth->subtype_seek_read(fth, seek_off, buf, len,
                err, err_info);
 }