2002-05-10 Elena Zannoni <ezannoni@redhat.com>
[deliverable/binutils-gdb.git] / gdb / symtab.c
index 05f777b45160e3b50e31a993cf94a9d942771bca..3a4286720e1cf42508149700c08d712813372095 100644 (file)
@@ -181,7 +181,7 @@ got_symtab:
 
     if (real_path != NULL)
       {
-        const char *rp = gdb_realpath (symtab_to_filename (s));
+       char *rp = gdb_realpath (symtab_to_filename (s));
         make_cleanup (xfree, rp);
        if (FILENAME_CMP (real_path, rp) == 0)
          {
This page took 0.02433 seconds and 4 git commands to generate.