pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

trader: update TODO, mention why trader crashes when an incorrect locale is set.



Module Name:	pkgsrc-wip
Committed By:	Frederic Cambus <fcambus%NetBSD.org@localhost>
Pushed By:	fcambus
Date:		Thu Aug 6 11:43:01 2020 +0200
Changeset:	815544e487f5ef6d8d40a3fad55ace286e1b4fce

Modified Files:
	trader/TODO

Log Message:
trader: update TODO, mention why trader crashes when an incorrect locale is set.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=815544e487f5ef6d8d40a3fad55ace286e1b4fce

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 trader/TODO | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/trader/TODO b/trader/TODO
index f4e68afc75..89a4bf8bc3 100644
--- a/trader/TODO
+++ b/trader/TODO
@@ -1,3 +1,4 @@
-Trader crashes when LANG is set to anything else than C.
+Trader crashes when LANG is set to anything else than C, because curs_set()
+is called before initscr() in the error path.
 
 There are issues with internationalization, notably in strfmon(3) output.


Home | Main Index | Thread Index | Old Index