Add optional length to SFSFindData
[tedtools.git] / sfxtest.c
index 393aff5..e42e925 100644 (file)
--- a/sfxtest.c
+++ b/sfxtest.c
@@ -352,7 +352,7 @@ main(int argn, char *argv[]) {
                                len = clrspace(buf);
                                if (!len) continue;
 
-                               res = SFSFindData(&info,buf);
+                               res = SFSFindData(&info,buf,0);
                                if (verbose) {
                                        if (enumerate && res)
                                                printf("%d\n", *(int*)(res));