From 94e7874e1858b982d793f7f51671520dd3bd8516 Mon Sep 17 00:00:00 2001 From: nik Date: Wed, 17 May 1995 11:12:10 +0000 Subject: [PATCH] Corretta last git-svn-id: svn://10.65.10.50/trunk@1369 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/tabutil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tabutil.cpp b/include/tabutil.cpp index 011682204..8d2a5cda7 100755 --- a/include/tabutil.cpp +++ b/include/tabutil.cpp @@ -40,7 +40,7 @@ int TTable::last(word lockop) { zero(); - put("CODTAB", "\377"); + put("CODTAB", "\xFF"); TBaseisamfile::read(_isgteq); if (!eof()) TBaseisamfile::prev(lockop); else setstatus(NOERR);