Kaydet (Commit) 90e8f8cd authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Fix count of flag fields. Being one short caused the 'quiet' option not to print.

üst 452196fe
...@@ -1427,9 +1427,9 @@ static PyStructSequence_Desc flags_desc = { ...@@ -1427,9 +1427,9 @@ static PyStructSequence_Desc flags_desc = {
flags__doc__, /* doc */ flags__doc__, /* doc */
flags_fields, /* fields */ flags_fields, /* fields */
#ifdef RISCOS #ifdef RISCOS
12 13
#else #else
11 12
#endif #endif
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment