Browse Source
Remove diskid.h patch. Changelog: https://metadata.ftp-master.debian.org/changelogs/main/m/mkcue/mkcue_1-8_changelog PR: 286180 Approved by: submitter is maintaineroverlay

committed by
Zsolt Udvari

3 changed files with 6 additions and 18 deletions
@ -1,5 +1,5 @@ |
|||
TIMESTAMP = 1706094385 |
|||
TIMESTAMP = 1744979499 |
|||
SHA256 (mkcue_1.orig.tar.gz) = 2aaf57da4d0f2e24329d5e952e90ec182d4aa82e4b2e025283e42370f9494867 |
|||
SIZE (mkcue_1.orig.tar.gz) = 80650 |
|||
SHA256 (mkcue_1-7.debian.tar.xz) = 5d3eed6b3c43f34459f94420aaea1f5decda64274db676d336282fba3574db6c |
|||
SIZE (mkcue_1-7.debian.tar.xz) = 5760 |
|||
SHA256 (mkcue_1-8.debian.tar.xz) = 8e3556ff44a5993ea0d370809e067079c7a07b128d430193617270e1696b0665 |
|||
SIZE (mkcue_1-8.debian.tar.xz) = 6160 |
|||
|
@ -1,13 +0,0 @@ |
|||
--- 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]
|
Loading…
Reference in new issue