Update burn_source to version 1, that adds cancel() function.

This commit is contained in:
Vreixo Formoso
2008-01-23 00:34:27 +01:00
parent ae679b0f61
commit ebcd5883e2
5 changed files with 30 additions and 4 deletions

View File

@ -122,7 +122,7 @@ int main(int argc, char **argv)
return 1;
}
while (burn_src->read(burn_src, buf, 2048) == 2048) {
while (burn_src->read_xt(burn_src, buf, 2048) == 2048) {
fwrite(buf, 1, 2048, fd);
}
fclose(fd);