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
5fc55ec1
Commit
5fc55ec1
authored
Jan 09, 2007
by
Thomas Schmitt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a SIGFPE with formatting via libburner
parent
7211f210
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
cdrskin_timestamp.h
cdrskin/cdrskin_timestamp.h
+1
-1
drive.c
libburn/drive.c
+1
-1
No files found.
cdrskin/cdrskin_timestamp.h
View file @
5fc55ec1
#define Cdrskin_timestamP "2007.01.0
8.104407
"
#define Cdrskin_timestamP "2007.01.0
9.140302
"
libburn/drive.c
View file @
5fc55ec1
...
...
@@ -489,7 +489,7 @@ void burn_disc_format_sync(struct burn_drive *d, off_t size, int flag)
#ifdef Libburn_format_ignore_sizE
size
=
0
;
#else
stages
=
2
*
(
flag
&
1
);
stages
=
1
+
(
flag
&
1
);
#endif
d
->
cancel
=
0
;
...
...
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