Am Mittwoch 21 Oktober 2009 12:31:31 schrieb Aventra development: > Attached is a update to the MyEID driver. In the patch only the drivers own > files have been updated. > > Also all warnings should have been fixed. The patch is done to the 0.11.10 > release.
thanks. can you re-do the patch using "diff -udb"? the b) option will ignore all whitespace changes - in many places there something with space only changed, so the diff is very hard to read. if you want to cleanup/unify whitespace, we can do that in a seperate change, that does nothing but whitespace changes. (or I run indent on the files or something like that). Thanks, Andreas p.s. if you used "svn diff" - it does not support "-b" option. you can do two new checkouts "svn co http://www.opensc-project.org/svn/opensc/trunk opensc" and the same with "opensc.orig", then copy the modified files into "opensc" checkout to overwrite the versions there, and then diff "opensc.orig" against "opensc" to generate a diff with "diff -udrNPpb opensc.orig opensc" _______________________________________________ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-project.org/mailman/listinfo/opensc-devel