| 151:f1b6a0388d85 | 152:231e5f07a657 |
|---|---|
| 139 if (ambrows > 1) { | 139 if (ambrows > 1) { |
| 140 string[idx++] = filechr(move->fromfile); | 140 string[idx++] = filechr(move->fromfile); |
| 141 } | 141 } |
| 142 /* ambiguous file, name row */ | 142 /* ambiguous file, name row */ |
| 143 if (ambfiles > 1) { | 143 if (ambfiles > 1) { |
| 144 string[idx++] = filechr(move->fromrow); | 144 string[idx++] = rowchr(move->fromrow); |
| 145 } | 145 } |
| 146 } | 146 } |
| 147 } | 147 } |
| 148 } | 148 } |
| 149 | 149 |