Removing obsolete register keyword
This commit is contained in:
parent
d99216356d
commit
631c5ab45f
@ -1129,7 +1129,7 @@ void STRBLK::SetValues(PVBLK pv, int k, int n)
|
||||
CheckType(pv)
|
||||
PSZ *sp = ((STRBLK*)pv)->Strp;
|
||||
|
||||
for (register int i = k; i < n; i++)
|
||||
for (int i = k; i < n; i++)
|
||||
Strp[i] = (!pv->IsNull(i)) ? sp[i] : NULL;
|
||||
|
||||
} // end of SetValues
|
||||
|
Loading…
x
Reference in New Issue
Block a user