[med-svn] r4407 - trunk/packages/readseq/trunk/debian/patches
Andreas Tille
tille at alioth.debian.org
Thu Nov 26 12:00:58 UTC 2009
Author: tille
Date: 2009-11-26 12:00:43 +0000 (Thu, 26 Nov 2009)
New Revision: 4407
Modified:
trunk/packages/readseq/trunk/debian/patches/552830.patch
Log:
One ocurrence of gteline was missing in patch
Modified: trunk/packages/readseq/trunk/debian/patches/552830.patch
===================================================================
--- trunk/packages/readseq/trunk/debian/patches/552830.patch 2009-11-26 11:33:48 UTC (rev 4406)
+++ trunk/packages/readseq/trunk/debian/patches/552830.patch 2009-11-26 12:00:43 UTC (rev 4407)
@@ -138,6 +138,15 @@
}
if (feof(V->f)) V->allDone = true;
}
+@@ -535,7 +535,7 @@
+ // fflush(stdout);
+ do {
+ V->done = feof(V->f);
+- getline(V);
++ mygetline(V);
+ if (!V->done) addseq((V->s), V);
+ } while ( !(V->done) && (V->seqlen)<=laenge );
+ V->seqlen = laenge; /* only laenge chars are relevant for V->seq */
@@ -588,7 +588,7 @@
do {
addseq(V->s, V);
More information about the debian-med-commit
mailing list