Changeset e5a6938770c59733bb77648e60db9e6991006355
- Timestamp:
- 12/17/07 05:57:57
(5 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1197871077 +0000
- git-parent:
[b62cf2be087943dcb29b6e068bd4262862fcb17d]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1197871077 +0000
- Message:
not tracking size correctly
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rb62cf2b |
re5a6938 |
|
| 281 | 281 | li = ni; |
|---|
| 282 | 282 | } |
|---|
| 283 | | } else { |
|---|
| 284 | | sl->size++; |
|---|
| 285 | | } |
|---|
| | 283 | } |
|---|
| | 284 | sl->size++; |
|---|
| 286 | 285 | return ret; |
|---|
| 287 | 286 | } |
|---|
| … | … | |
| 295 | 294 | if(!m) return 0; |
|---|
| 296 | 295 | if(m->nextindex) noit_skiplisti_remove(m->nextindex->sl, m->nextindex, NULL); |
|---|
| 297 | | else sl->size--; |
|---|
| 298 | 296 | while(m->up) m=m->up; |
|---|
| 299 | 297 | while(m) { |
|---|
| … | … | |
| 306 | 304 | free(p); |
|---|
| 307 | 305 | } |
|---|
| | 306 | sl->size--; |
|---|
| 308 | 307 | while(sl->top && sl->top->next == NULL) { |
|---|
| 309 | 308 | /* While the row is empty and we are not on the bottom row */ |
|---|