ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/frameCount/src/mainFrameCount.c
(Generate patch)

Comparing trunk/frameCount/src/mainFrameCount.c (file contents):
Revision 36 by mmeineke, Fri Jul 19 00:48:45 2002 UTC vs.
Revision 1086 by mmeineke, Fri Mar 5 17:21:20 2004 UTC

# 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   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines