fixed wrong char under cursor on empty line.

This commit is contained in:
Alexander S. Aganichev
2000-05-22 17:17:43 +00:00
parent 0dcc957ac3
commit a3776ae1f6
2 changed files with 5 additions and 7 deletions

View File

@@ -67,11 +67,7 @@
// ------------------------------------------------------------------
#ifdef PATH_MAX
#define GMAXPATH (PATH_MAX+1)
#else
#define GMAXPATH 1025
#endif
#define GMAXPATH (FILENAME_MAX+1) /* ANSI C */
// ------------------------------------------------------------------