Updare French translation for binutils and German translation for opcodes.
[deliverable/binutils-gdb.git] / gdb / tui / tui-source.c
index 018a1df8e5488b23a9031480db3c9f5a4f2f1b47..9f407813473e224804920632ab47890d5ac60d78 100644 (file)
@@ -62,7 +62,7 @@ tui_set_source_content (struct symtab *s,
              if (!noerror)
                {
                  const char *filename = symtab_to_filename_for_display (s);
-                 char *name = alloca (strlen (filename) + 100);
+                 char *name = (char *) alloca (strlen (filename) + 100);
 
                  sprintf (name, "%s:%d", filename, line_no);
                  print_sys_errmsg (name, errno);
This page took 0.023714 seconds and 4 git commands to generate.