Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 927076
Collapse All | Expand All

(-)a/src/ewf.c (-14 lines)
Lines 516-528 static int fewf_pread(disk_t *disk, void *buffer, const unsigned int count, cons Link Here
516
            count,
516
            count,
517
            offset,
517
            offset,
518
            NULL );
518
            NULL );
519
#else
520
  taille = libewf_handle_read_random(
521
            data->handle,
522
            buffer,
523
            count,
524
            offset,
525
            NULL );
526
#endif
519
#endif
527
#else
520
#else
528
  taille=libewf_read_random(data->handle, buffer, count, offset);
521
  taille=libewf_read_random(data->handle, buffer, count, offset);
Lines 556-568 static int fewf_pwrite(disk_t *disk, const void *buffer, const unsigned int coun Link Here
556
            count,
549
            count,
557
            offset,
550
            offset,
558
            NULL );
551
            NULL );
559
#else
560
  taille = libewf_handle_write_random(
561
            data->handle,
562
            buffer,
563
            count,
564
            offset,
565
            NULL );
566
#endif
552
#endif
567
#else
553
#else
568
  taille=libewf_write_random(data->handle, buffer, count, offset);
554
  taille=libewf_write_random(data->handle, buffer, count, offset);

Return to bug 927076