[xiph-cvs] cvs commit: vorbis-tools/ogginfo ogginfo2.c

Monty xiphmont at xiph.org
Mon Sep 1 22:07:07 PDT 2003



xiphmont    03/09/02 01:07:07

  Modified:    ogginfo  ogginfo2.c
  Log:
  fix type

Revision  Changes    Path
1.24      +1 -1      vorbis-tools/ogginfo/ogginfo2.c

Index: ogginfo2.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogginfo/ogginfo2.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ogginfo2.c	1 May 2003 22:32:48 -0000	1.23
+++ ogginfo2.c	2 Sep 2003 05:07:07 -0000	1.24
@@ -79,7 +79,7 @@
     vorbis_info vi;
     vorbis_comment vc;
 
-    long bytes;
+    ogg_int64_t bytes;
     ogg_int64_t lastgranulepos;
     ogg_int64_t firstgranulepos;
 

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list