# # # patch "commands.cc" # from [b3c60fdaeff5b3432fc0f071c7fd266ecf0444f7] # to [435213229eda5334477bb96e708721aa80f2f9c6] # ============================================================ --- commands.cc b3c60fdaeff5b3432fc0f071c7fd266ecf0444f7 +++ commands.cc 435213229eda5334477bb96e708721aa80f2f9c6 @@ -8,7 +8,6 @@ // implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR // PURPOSE. -#include #include #include #include @@ -483,7 +482,7 @@ namespace commands // there are two before the tag but just one after it) and considers // that the colabstract is always one unit less than that given on // entry because it always prints a single space before each word. - assert(colabstract > 0); + I(colabstract > 0); size_t col = 0; out << " " << tag << " ";