| 262 | } |
| 263 | |
| 264 | void aff_part_buffer(const unsigned int newline,const disk_t *disk_car,const partition_t *partition) |
| 265 | { |
| 266 | const char *msg; |
| 267 | msg=aff_part_aux(newline, disk_car, partition); |
| 268 | screen_buffer_add("%s\n", msg); |
| 269 | } |
| 270 | |
| 271 | void log_CHS_from_LBA(const disk_t *disk_car, const unsigned long int pos_LBA) |
| 272 | { |