File diff r25654:e264fd698eb2 → r25655:1030dcb7eb52
src/gfx_layout.cpp
Show inline comments
 
@@ -696,7 +696,7 @@ Layouter::Layouter(const char *str, int 
 
			if (line.layout == nullptr) {
 
				static bool warned = false;
 
				if (!warned) {
 
					DEBUG(misc, 0, "ICU layouter bailed on the font. Falling back to the fallback layouter");
 
					Debug(misc, 0, "ICU layouter bailed on the font. Falling back to the fallback layouter");
 
					warned = true;
 
				}