aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-01-08 02:39:22 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-01-08 02:39:22 -0800
commit552d8f394e7aa11f44fff479a69e93b81a9b2376 (patch)
treecef188b7b140f28bc54b0fd9a3ee39f0cf1b6fd5 /reader.cpp
parentf8e01628b2352d551d99e7e005653bc1ae20485b (diff)
Make fishd base its variable files on the MAC address instead of hostname
Diffstat (limited to 'reader.cpp')
-rw-r--r--reader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/reader.cpp b/reader.cpp
index 8b18287e..3a91861a 100644
--- a/reader.cpp
+++ b/reader.cpp
@@ -509,7 +509,7 @@ static void reader_repaint()
// Combine the command and autosuggestion into one string
wcstring full_line = combine_command_and_autosuggestion(data->command_line, data->autosuggestion);
-
+
size_t len = full_line.size();
if (len < 1)
len = 1;