# # # patch "asciik.cc" # from [e248fa3f38ac16b54618558bfa3ce48892484849] # to [6a30c583a8691b5fe9bf08ae3d7e2adef07c12dd] # ============================================================ --- asciik.cc e248fa3f38ac16b54618558bfa3ce48892484849 +++ asciik.cc 6a30c583a8691b5fe9bf08ae3d7e2adef07c12dd @@ -226,11 +226,11 @@ asciik::draw(const size_t curr_items, co // prepare the proper continuation line interline2[j * 2] = '|'; } - // add any dots (must do this in a second pass, so that if there are - // cases like: + // add any dots (must do this in a second pass, so that things still work if + // there are cases like: // | .-----.-o // |/| | |/| - // where we want to make sure the second dot overwrites the first --. + // where we want to make sure that the second dot overwrites the first -. for (set::const_iterator dot = dots.begin(); dot != dots.end(); ++dot) line[*dot] = '.';