]> git.wh0rd.org Git - nano.git/commitdiff
in titlebar(), space should be an int instead of a size_t
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 5 Dec 2004 06:02:39 +0000 (06:02 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 5 Dec 2004 06:02:39 +0000 (06:02 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2162 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/winio.c

index 5ff803f02c1c56785f47c3513eae786b4dfa55c9..d2b574fd57e76ef730f06a3d9cf2b41661bb4ecc 100644 (file)
@@ -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. */