| # | Line 15 | Line 15 | char * | |
|---|---|---|
| 15 | transSDError(SDError ec) | |
| 16 | { | |
| 17 | if (!SDerrorDetail[0]) | |
| 18 | < | return(strcpy(errmsg, SDerrorEnglish[ec])); |
| 18 | > | return(strcpy(errmsg, SDerrorList[ec])); |
| 19 | ||
| 20 | < | sprintf(errmsg, "%s: %s", SDerrorEnglish[ec], SDerrorDetail); |
| 20 | > | sprintf(errmsg, "%s: %s", SDerrorList[ec], SDerrorDetail); |
| 21 | return(errmsg); | |
| 22 | } | |
| 23 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |