Changeset: d82a8ebe9841 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d82a8ebe9841
Modified Files:
clients/src/mapiclient/prompt.c
Branch: Oct2010
Log Message:
Echo newline after reading password on Windows.
diffs (11 lines):
diff -r 0e1940f2a7e2 -r d82a8ebe9841 clients/src/mapiclient/prompt.c
--- a/clients/src/mapiclient/prompt.c Mon Sep 20 16:18:23 2010 +0200
+++ b/clients/src/mapiclient/prompt.c Mon Sep 20 16:34:30 2010 +0200
@@ -93,6 +93,7 @@
destination[length++] = c;
}
destination[length] = 0;
+ _cputs("\r\n");
}
if (length == 0 && def)
strcpy(destination, def);
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list