Remove useless affectation

This commit is contained in:
Christophe Grenier 2012-04-21 14:16:40 +02:00
parent d24ae32bf5
commit 1533ff6436

View file

@ -138,7 +138,6 @@ const char *aff_part_aux(const unsigned int newline, const disk_t *disk_car, con
const arch_fnct_t *arch=partition->arch;
if(arch==NULL)
{
arch=disk_car->arch;
log_error("BUG: No arch for a partition\n");
msg[0]='\0';
return msg;