This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
pascal
/
fpc
réplica de
https://gitlab.com/freepascal.org/fpc/source.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
* raise an error when locate is used on a closed dataset (patch by
Claudio Romero, mantis
#13938
)
git-svn-id: trunk@22098 -
Jonas Maebe
%!s(int64=13) %!d(string=hai) anos
pai
3987c82bab
achega
e06d3a6e04
Modificáronse 1 ficheiros
con
1 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
1
0
packages/fcl-db/src/dbase/dbf.pas
+ 1
- 0
packages/fcl-db/src/dbase/dbf.pas
Ver ficheiro
@@ -1724,6 +1724,7 @@ var
begin
if FCursor = nil then
begin
+ CheckActive;
Result := false;
exit;
end;