ALT Linux Bugzilla
– Attachment 1792 Details for
Bug 10821
Неверные параметры cdrecord и cdrdao -> не работает
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Отключение --gracetime
gnomebaker-badopts-gracetime.patch (text/plain), 763 bytes, created by
Vyacheslav Dikonov
on 2007-02-10 16:29:50 MSK
(
hide
)
Description:
Отключение --gracetime
Filename:
MIME Type:
Creator:
Vyacheslav Dikonov
Created:
2007-02-10 16:29:50 MSK
Size:
763 bytes
patch
obsolete
>diff -Nru gnomebaker-old/src/execfunctions.c gnomebaker-new/src/execfunctions.c >--- gnomebaker-old/src/execfunctions.c 2006-06-09 01:38:26 +0400 >+++ gnomebaker-new/src/execfunctions.c 2007-02-07 19:29:03 +0300 >@@ -271,7 +271,7 @@ > if(preferences_get_bool(GB_CDRECORD_FORCE)) > exec_cmd_add_arg(cmd, "-force"); > >- exec_cmd_add_arg(cmd, "gracetime=5"); >+ /* exec_cmd_add_arg(cmd, "gracetime=5"); */ > > const gint speed = preferences_get_int(GB_CDWRITE_SPEED); > if(speed > 0) >@@ -391,7 +391,7 @@ > if(preferences_get_bool(GB_EJECT)) > exec_cmd_add_arg(cmd, "-eject"); > >- exec_cmd_add_arg(cmd, "gracetime=5"); >+ /* exec_cmd_add_arg(cmd, "gracetime=5"); */ > exec_cmd_add_arg(cmd, "blank=%s", preferences_get_bool(GB_FAST_BLANK) ? "fast" : "all"); > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 10821
: 1792 |
1793