This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / char / ftape / lowlevel / ftape-proc.c
index 1e27c90..6b8844f 100644 (file)
@@ -192,7 +192,7 @@ int ftape_read_proc(char *page, char **start, off_t off,
        ptr += get_history_info(ptr);
 
        len = strlen(page);
-       *start = NULL;
+       *start = 0;
        if (off+count >= len) {
                *eof = 1;
        } else {