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 ae731dac..f3423d2d 100755
--- a/srUtils.h
+++ b/srUtils.h
@@ -44,7 +44,7 @@
*
* \param iToConv The integer to be converted.
*/
-rsRetVal srUtilItoA(char *pBuf, int iLenBuf, int iToConv);
+rsRetVal srUtilItoA(char *pBuf, int iLenBuf, long iToConv);
/**
* A method to duplicate a string for which the length is known.