| 1497 | } |
| 1498 | |
| 1499 | void fxEchoFrameName(txMachine* the, txSlot* theFrame) |
| 1500 | { |
| 1501 | char buffer[128] = ""; |
| 1502 | fxBufferFrameName(the, buffer, sizeof(buffer), theFrame, ""); |
| 1503 | fxEcho(the, buffer); |
| 1504 | } |
| 1505 | |
| 1506 | void fxEchoFramePathLine(txMachine* the, txSlot* theFrame) |
| 1507 | { |
no test coverage detected