Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libburn
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Libburnia
libburn
Commits
f435ad0b
Commit
f435ad0b
authored
Jan 26, 2007
by
Thomas Schmitt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug fix: DVD tracks of defined size >=2GB suffered 32-bit integer wraparound
parent
b754d9a5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
README
cdrskin/README
+3
-3
cdrskin_timestamp.h
cdrskin/cdrskin_timestamp.h
+1
-1
structure.c
libburn/structure.c
+1
-1
No files found.
cdrskin/README
View file @
f435ad0b
...
...
@@ -26,7 +26,7 @@ following possible.
cdrskin. By Thomas Schmitt <scdbackup@gmx.net>
Integrated sub project of libburnia.pykix.org but also published via:
http://scdbackup.sourceforge.net/cdrskin_eng.html
http://scdbackup.sourceforge.net/cdrskin-0.3.0.pl0
0
.tar.gz
http://scdbackup.sourceforge.net/cdrskin-0.3.0.pl0
1
.tar.gz
Copyright (C) 2006-2007 Thomas Schmitt
------------------------------------------------------------------------------
...
...
@@ -59,9 +59,9 @@ systems, including 64 bit systems. (Further reports are welcome.)
Compilation, First Glimpse, Installation
Obtain cdrskin-0.3.0.pl0
0
.tar.gz, take it to a directory of your choice and do:
Obtain cdrskin-0.3.0.pl0
1
.tar.gz, take it to a directory of your choice and do:
tar xzf cdrskin-0.3.0.pl0
0
.tar.gz
tar xzf cdrskin-0.3.0.pl0
1
.tar.gz
cd cdrskin-0.3.0
Or obtain a libburnia.pykix.org SVN snapshot,
...
...
cdrskin/cdrskin_timestamp.h
View file @
f435ad0b
#define Cdrskin_timestamP "2007.01.
16.12
0001"
#define Cdrskin_timestamP "2007.01.
25.18
0001"
libburn/structure.c
View file @
f435ad0b
...
...
@@ -317,7 +317,7 @@ void burn_track_clear_isrc(struct burn_track *t)
int
burn_track_get_sectors
(
struct
burn_track
*
t
)
{
in
t
size
;
off_
t
size
;
int
sectors
,
seclen
;
seclen
=
burn_sector_length
(
t
->
mode
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment