summaryrefslogtreecommitdiff
path: root/console-client/vga-dynafont.c
diff options
context:
space:
mode:
Diffstat (limited to 'console-client/vga-dynafont.c')
-rw-r--r--console-client/vga-dynafont.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/console-client/vga-dynafont.c b/console-client/vga-dynafont.c
index 2cee47ed..c6627721 100644
--- a/console-client/vga-dynafont.c
+++ b/console-client/vga-dynafont.c
@@ -19,7 +19,7 @@
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */
#include <stddef.h>
-#include <assert.h>
+#include <assert-backtrace.h>
#include <malloc.h>
#include <wchar.h>
#include <stdlib.h>
@@ -848,7 +848,7 @@ dynafont_lookup_internal (dynafont_t df, bdf_font_t font,
}
while (pos != start_pos);
- assert (found);
+ assert_backtrace (found);
df->vga_font_free_indices_lgc--;
df->vga_font_last_free_index_lgc = pos;
}
@@ -872,7 +872,7 @@ dynafont_lookup_internal (dynafont_t df, bdf_font_t font,
}
while (pos != start_pos);
- assert (found);
+ assert_backtrace (found);
df->vga_font_free_indices--;
df->vga_font_last_free_index = pos;
}