Index: branches/ariel/xmldumps-backup/mwbzutils/mwbzlib.c |
— | — | @@ -313,7 +313,7 @@ |
314 | 314 | } |
315 | 315 | seekresult = lseek(fin, bfile->position, SEEK_SET); |
316 | 316 | if (seekresult == (off_t)-1) { |
317 | | - fprintf(stderr,"lseek of file to %"PRId64" failed (7)\n",bfile->position); |
| 317 | + fprintf(stderr,"lseek of file to %"PRId64" failed (9)\n",bfile->position); |
318 | 318 | return(-1); |
319 | 319 | } |
320 | 320 | |
— | — | @@ -682,7 +682,7 @@ |
683 | 683 | /* leave the file at the right position */ |
684 | 684 | seekresult = lseek(fin, bfile->block_start, SEEK_SET); |
685 | 685 | if (seekresult == (off_t)-1) { |
686 | | - fprintf(stderr,"lseek of file to %"PRId64" failed (7)\n",bfile->position); |
| 686 | + fprintf(stderr,"lseek of file to %"PRId64" failed (8)\n",bfile->position); |
687 | 687 | return(-1); |
688 | 688 | } |
689 | 689 | bfile->position = seekresult; |