Changed the syntax error arrow to start at the beginning of the line to setup for...
authorJay Freeman (saurik) <saurik@saurik.com>
Wed, 21 Oct 2009 06:45:58 +0000 (06:45 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Wed, 21 Oct 2009 06:45:58 +0000 (06:45 +0000)
Console.cpp

index 98e3cc6e9d4a4c2deac941e518f9fc791aca5ef8..2b616562651d0e177445a4c59251ffcaf2b42f29 100644 (file)
@@ -261,7 +261,7 @@ static void Console(int socket) {
                             std::cerr << lines[begin.line - 1] << std::endl;
                         }
 
-                        std::cerr << "  | ";
+                        std::cerr << "....";
                         for (size_t i(0); i != begin.column - 1; ++i)
                             std::cerr << '.';
                         if (begin.line != end.line || begin.column == end.column)