Commit 962cc746 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

add missing part of DB's patch to convert flags and related variables

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
parent 25529074
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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. */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment