| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | + | #define _FILE_OFFSET_BITS 64 |
| 2 | + | |
| 3 | #include <stdlib.h> | |
| 4 | #include <stdio.h> | |
| 5 | ||
| # | Line 10 | Line 12 | int main(int argc, char *argv[] ){ | |
| 12 | exit(8); | |
| 13 | } | |
| 14 | ||
| 15 | < | printf( "file \"%s\" has %d frames.\n", argv[1], frameCount( argv[1] ) ); |
| 15 | > | printf( "file \"%s\" has %d frames.\n", argv[1], |
| 16 | > | frameCount( argv[1], 0 ) ); |
| 17 | ||
| 18 | return 0; | |
| 19 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |