summaryrefslogtreecommitdiffstats
path: root/srUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'srUtils.h')
-rwxr-xr-xsrUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/srUtils.h b/srUtils.h
index 6540b15a..1fe56665 100755
--- a/srUtils.h
+++ b/srUtils.h
@@ -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.