Skip to content
Snippets Groups Projects
Commit cc06c6de authored by deuce's avatar deuce
Browse files

*UNSIGNED* (stop doing this!)

parent ab8fa958
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ char ** sbbs_t::getstrvar(csi_t *bin, long name)
return((char **)&sysvar_p[sysvar_pi++]);
}
uint32_t * sbbs_t::getintvar(csi_t *bin, int32_t name)
int32_t * sbbs_t::getintvar(csi_t *bin, int32_t name)
{
uint i;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment