41e9bd5c55
From: Andrew Williams <andrew.s.williams@adelaide.edu.au>
13 lines
333 B
Plaintext
13 lines
333 B
Plaintext
$OpenBSD: patch-ogginfo_ogginfo2_c,v 1.1 2003/06/16 23:37:13 naddy Exp $
|
|
--- ogginfo/ogginfo2.c.orig Tue Jun 17 01:33:04 2003
|
|
+++ ogginfo/ogginfo2.c Tue Jun 17 01:33:24 2003
|
|
@@ -27,7 +27,7 @@
|
|
#ifdef _WIN32
|
|
#define INT64FORMAT "%I64d"
|
|
#else
|
|
-#define INT64FORMAT "%Ld"
|
|
+#define INT64FORMAT "%lld"
|
|
#endif
|
|
|
|
struct vorbis_release {
|