aboutsummaryrefslogtreecommitdiffstats
path: root/filetap
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2014-01-01 14:55:20 +0000
committerMichael Mann <mmann78@netscape.net>2014-01-01 14:55:20 +0000
commitc3dce3be6bb0caf302cf1cfb414f69840ca4bc89 (patch)
tree84f10717066ad33d634d01b37adcec216ba6200b /filetap
parent998bbfb9e1086bc4ac28cb745674d3b4eda43a0a (diff)
Fix compile issue
svn path=/trunk/; revision=54536
Diffstat (limited to 'filetap')
-rw-r--r--filetap/ftap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/filetap/ftap.c b/filetap/ftap.c
index 35b319c441..f3dd8c66ae 100644
--- a/filetap/ftap.c
+++ b/filetap/ftap.c
@@ -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);
}