diff options
Diffstat (limited to 'srUtils.h')
-rwxr-xr-x | srUtils.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ extern syslogName_t syslogFacNames[]; * * \param iToConv The integer to be converted. */ -rsRetVal srUtilItoA(char *pBuf, int iLenBuf, long iToConv); +rsRetVal srUtilItoA(char *pBuf, int iLenBuf, number_t iToConv); /** * A method to duplicate a string for which the length is known. |