Prevented a possible program error in Xorriso_dialog_input()
This commit is contained in:
parent
8757c1f330
commit
72fb287701
@ -347,7 +347,7 @@ int Xorriso_dialog_input(struct XorrisO *xorriso, char line[], int linesize,
|
||||
|
||||
get_single:;
|
||||
|
||||
if(xorriso->buffered_dialog != NULL && !(flag & 16)) {
|
||||
if(xorriso->buffered_dialog != NULL && !(flag & (16 | 2))) {
|
||||
/* Consume next buffered line */
|
||||
next_lst= Xorriso_lst_get_next(xorriso->buffered_dialog, 0);
|
||||
strcpy(line, Xorriso_lst_get_text(xorriso->buffered_dialog, 0));
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2015.11.04.114353"
|
||||
#define Xorriso_timestamP "2015.11.04.123926"
|
||||
|
Loading…
Reference in New Issue
Block a user