rpms/cdrkit/F-7 wodim-prtypo.patch,1.1,1.2

Harald Hoyer (harald) fedora-extras-commits at redhat.com
Fri Sep 21 09:09:16 UTC 2007


Author: harald

Update of /cvs/pkgs/rpms/cdrkit/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26534

Modified Files:
	wodim-prtypo.patch 
Log Message:
fixed wodim print type patch

wodim-prtypo.patch:

Index: wodim-prtypo.patch
===================================================================
RCS file: /cvs/pkgs/rpms/cdrkit/F-7/wodim-prtypo.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wodim-prtypo.patch	21 Sep 2007 08:55:51 -0000	1.1
+++ wodim-prtypo.patch	21 Sep 2007 09:09:13 -0000	1.2
@@ -1,11 +1,20 @@
 --- cdrkit-1.1.6/wodim/wodim.c.prtypo	2007-09-21 10:38:53.000000000 +0200
-+++ cdrkit-1.1.6/wodim/wodim.c	2007-09-21 10:39:51.000000000 +0200
++++ cdrkit-1.1.6/wodim/wodim.c	2007-09-21 11:02:49.000000000 +0200
 @@ -1485,7 +1485,7 @@ gracewait(cdr_t *dp, BOOL *didgracep)
  		printf("No chance to quit anymore.");
  		goto grace_done;
  	}
 -	printf("Last chance to quit, starting %s write in  %d seconds.",
-+	printf("Last chance to quit, starting %s write in   %d seconds.",
++	printf("Last chance to quit, starting %s write in %4d seconds.",
  		(dp->cdr_cmdflags & F_DUMMY)?"dummy":"real", gracetime);
  	flush();
  	signal(SIGINT, intr);
+@@ -1506,7 +1506,7 @@ gracewait(cdr_t *dp, BOOL *didgracep)
+ 				*didgracep = FALSE;
+ 			return (-1);
+ 		}
+-		printf("\b\b\b\b\b\b\b\b\b\b\b\b\b%4d seconds.", i);
++		printf("\b\b\b\b\b\b\b\b\b\b\b\b\b%4d seconds.", i);
+ 		flush();
+ 	}
+ grace_done:




More information about the fedora-extras-commits mailing list