Fix typo in cvtFast.c

Probably only affects MEDM
This commit is contained in:
Andrew Johnson
2017-09-19 16:38:27 -05:00
parent c036fd056b
commit cffa2e8f46

View File

@@ -457,7 +457,7 @@ size_t
}
size_t
cvtInt32OctalString(epicsInt32 val, char *pdest)
cvtInt32ToOctalString(epicsInt32 val, char *pdest)
{
if (val == 0) {
*pdest++ = '0';