# HG changeset patch # User nathan # Date 1387709945 -3600 # Node ID b00641305fedd3150c9cabe752a64f9cb5784937 # Parent 4879fdaac574e438f86c1167997dce83e42f5a31 rework layerbreak workaround diff -r 4879fdaac574 -r b00641305fed cdbackup.c --- a/cdbackup.c Sun Dec 01 13:30:48 2013 +0100 +++ b/cdbackup.c Sun Dec 22 11:59:05 2013 +0100 @@ -1,5 +1,5 @@ /* cdbackup.c -Copyright (c) 2000-2012 Craig Condit, Stefan Huelswitt. +Copyright (c) 2000-2013 Craig Condit, Stefan Huelswitt. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -110,7 +110,7 @@ /* work around the oddidity that cdrecord refuses to burn the disk, if the tracksize is less than the first layer size on dual-layer disks */ if(layerbreak>0 && secs0) { switch (i) { case 'V': fprintf(stderr,"cdbackup "VERSION" (compiled "__DATE__")\n" - "Copyright (C) 2000-2010\n" + "Copyright (C) 2000-2013\n" "This is free software; see the source for copying conditions.\n" "There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n" "PARTICULAR PURPOSE.\n");