diff options
author | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 21:36:36 -0500 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 21:36:36 -0500 |
commit | 2f3e00c9d356a4ae679c6252dd5dedff9a4aa2d4 (patch) | |
tree | 52f2d8a16006aff385679e530550f9b7a2e548e7 /response.c | |
parent | 26414f0916d7e57354ce6c6496025b61707e46de (diff) |
added comment
Diffstat (limited to 'response.c')
-rw-r--r-- | response.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -98,6 +98,7 @@ static void writeOutput(GPollableOutputStream* stream, gchar* data) if (data==NULL) { terminated = g_strdup(""); } else if (!strlen(data)) { + // prompt generation terminated = g_strdup("\r\n> "); } else { terminated = g_strdup_printf ("%s\r\n", data); |