1
0
mirror of https://git.zap.org.au/git/trader.git synced 2025-01-03 14:57:41 -05:00

Be consistent in naming all "long int" variables that way

This commit is contained in:
John Zaitseff 2011-07-22 12:59:05 +10:00
parent e50ce0e12b
commit b3e58af2eb

View File

@ -1277,7 +1277,7 @@ int gettxlong (WINDOW *win, long int *restrict result, long int min,
char *buf, *bufcopy;
char *allowed, *emptystr, *defaultstr;
long val;
long int val;
bool done;
int ret;