]> git.pld-linux.org Git - packages/cdrtools.git/blame - cdrtools-nodebug.patch
- up to 2.01.01a03; added dvd support
[packages/cdrtools.git] / cdrtools-nodebug.patch
CommitLineData
b2f9b8e5
AM
1--- cdrtools-2.01/cdrecord/drv_jvc.c.nodebug 2004-03-01 10:57:37.000000000 +0100
2+++ cdrtools-2.01/cdrecord/drv_jvc.c 2004-09-22 00:52:08.000000000 +0200
3@@ -1286,10 +1286,10 @@
4 if (scg_cmd(scgp) < 0)
5 return (-1);
6
7-/* if (scgp->verbose) {*/
8+ if (scgp->verbose) {
9 scg_prbytes("WRa Data", xx, sizeof (xx) - scg_getresid(scgp));
10 printf("Buffer cap: %ld\n", a_to_u_3_byte(&xx[1]));
11-/* }*/
12+ }
13 return (a_to_u_3_byte(&xx[1]));
14 /* return (0);*/
15 #endif
This page took 0.052712 seconds and 4 git commands to generate.