Commit bce3aad8 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

in titlebar(), space should be an int instead of a size_t

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2162 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent f326ed79
Showing with 1 addition and 1 deletion
+1 -1
......@@ -2224,7 +2224,7 @@ void statusq_abort(void)
void titlebar(const char *path)
{
size_t space;
int space;
/* The space we have available for display. */
size_t verlen = strlen(VERMSG) + 1;
/* The length of the version message. */
......
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