| 3429 | //************************************************************************************* |
| 3430 | //************************************************************************************* |
| 3431 | void ShowScriptError(char * tx, char * cmd) |
| 3432 | { |
| 3433 | char text[512]; |
| 3434 | sprintf(text, "SCRIPT ERROR\n%s\n\n%s", tx, cmd); |
| 3435 | ShowPopup(text); |
| 3436 | } |
| 3437 | void MakeStandard(char * str) |
| 3438 | { |
| 3439 | long i = 0; |
no test coverage detected