]> git.wh0rd.org Git - nano.git/commitdiff
add missing part of DB's patch to convert flags and related variables
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 7 Jul 2004 13:57:52 +0000 (13:57 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 7 Jul 2004 13:57:52 +0000 (13:57 +0000)
into longs: file_flags should be declared as a long instead of an int

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1844 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/nano.h

index 669c172cbdf40c63d012f3dc6cbf17aaba887727..26ef24b593787a35be9bcec9d0ef1cb2e462af85 100644 (file)
@@ -160,7 +160,7 @@ typedef struct openfilestruct {
                                 * position. */
     int file_current_y;                /* Current file's y-coordinate
                                 * position. */
-    int file_flags;            /* Current file's flags: modification
+    long file_flags;           /* Current file's flags: modification
                                 * status (and marking status, if
                                 * available). */
     int file_placewewant;      /* Current file's place we want. */