X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/0fe905920f850129bc4b2b869d68d22bc6d568dc..67f1fc6b03746f5c3d9c6e26ad0d16e6fe8eec62:/Console.cpp diff --git a/Console.cpp b/Console.cpp index e43fab3..6946da7 100644 --- a/Console.cpp +++ b/Console.cpp @@ -226,6 +226,8 @@ static void Console(apr_pool_t *pool, int client) { mode_ = Working; if (line == NULL) break; + if (line[0] == '\0') + goto read; if (!extra) { extra = true;