summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/mkcue/files/patch-diskid.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/mkcue/files/patch-diskid.h b/audio/mkcue/files/patch-diskid.h
new file mode 100644
index 000000000000..97085808efc3
--- /dev/null
+++ b/audio/mkcue/files/patch-diskid.h
@@ -0,0 +1,13 @@
+--- diskid.h.orig 2023-06-27 06:22:10 UTC
++++ diskid.h
+@@ -61,8 +61,8 @@ typedef unsigned char byte;
+ typedef unsigned long dword;
+
+ typedef struct {
+- byte FirstTrack; // The first track on CD : normally 1
+- byte LastTrack; // The last track on CD: max number 99
++ ::byte FirstTrack; // The first track on CD : normally 1
++ ::byte LastTrack; // The last track on CD: max number 99
+
+ dword FrameOffset[100]; // Track 2 is TrackFrameOffset[2] etc.
+ // Leadout Track will be TrackFrameOffset[0]