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 84 by mmeineke, Fri Aug 16 16:45:29 2002 UTC

# Line 10 | Line 10 | int main(int argc, char *argv[] ){
10                  exit(8);
11          }
12  
13 <        printf( "file \"%s\" has %d frames.\n", argv[1], frameCount( argv[1] ) );
13 >        printf( "file \"%s\" has %d frames.\n", argv[1],
14 >                frameCount( argv[1], 0 ) );
15          
16          return 0;
17   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines