8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 01:23:03 +01:00

Correction

This commit is contained in:
brodsom 2003-09-04 15:26:53 +00:00
parent e605758e2f
commit f51c931f6d

View File

@ -4502,7 +4502,7 @@ static DSQL_NOD pass1_label(DSQL_REQ request, DSQL_NOD input)
assert(number > 0 && number <= request->req_loop_level);
return (DSQL_NOD)(SLONG) number;
return (DSQL_NOD)(ULONG) number;
}