diff options
author | Christophe Grenier <grenier@cgsecurity.org> | 2008-04-07 09:03:21 +0200 |
---|---|---|
committer | Christophe Grenier <grenier@cgsecurity.org> | 2008-04-07 09:03:21 +0200 |
commit | a4a280354dc516db44d106ece40e73bb0c49aadf (patch) | |
tree | a947a44450faabe2563c9dcfc16b379c85541fec /src/partsun.c | |
parent | 5bc721de8ee62310fdca321e4462192138afd86a (diff) |
code cleanup: rename aff_buffer() fixup
Diffstat (limited to 'src/partsun.c')
-rw-r--r-- | src/partsun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partsun.c b/src/partsun.c index ff93bb8..3194fd4 100644 --- a/src/partsun.c +++ b/src/partsun.c @@ -143,7 +143,7 @@ list_part_t *read_part_sun(disk_t *disk_car, const int verbose, const int savehe sun_partition *sunlabel; list_part_t *new_list_part=NULL; unsigned char *buffer=MALLOC(disk_car->sector_size); - screen_buffer_to_log(); + screen_buffer_reset(); sunlabel=(sun_partition*)buffer; if(disk_car->read(disk_car,DEFAULT_SECTOR_SIZE, buffer, (uint64_t)0)) { |