Browse Source

Bugfix: renumber_cgpu: No need to copy dev_repr over itself (and trying to is undefined)

Luke Dashjr 11 years ago
parent
commit
63f4f9d8e1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      miner.c

+ 0 - 1
miner.c

@@ -10222,7 +10222,6 @@ void renumber_cgpu(struct cgpu_info *cgpu)
 		for (int i = 1; i < lpcount; ++i)
 		{
 			slave = slave->next_proc;
-			strcpy(slave->dev_repr, cgpu->dev_repr);
 			strcpy(slave->proc_repr, cgpu->proc_repr);
 			strcpy(slave->proc_repr_ns, cgpu->proc_repr_ns);
 			if (manylp)