OSSP CVS Repository

ossp - Check-in [2619]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 2619
Date: 2002-Oct-18 14:31:50 (local)
2002-Oct-18 12:31:50 (UTC)
User:mlelstv
Branch:
Comment: after splitting initial chunk, the split offset ("skip") needs to be reset to zero.

PR: Submitted by: Reviewed by: Approved by: Obtained from:

Tickets:
Inspections:
Files:
ossp-pkg/sio/al.c      1.24 -> 1.25     1 inserted, 0 deleted

ossp-pkg/sio/al.c 1.24 -> 1.25

--- al.c 2002/10/18 12:24:53     1.24
+++ al.c 2002/10/18 12:31:50     1.25
@@ -644,6 +644,7 @@
             if (rc != AL_OK)
                 return AL_RC(rc);
             INSERT(al,chunks,ins,splitbuf);
+            skip = 0;
         }
     }
 

CVSTrac 2.0.1